/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 1 use core::num::{IntErrorKind, NonZero}; 7 let _a = unsafe { NonZero::new_unchecked(21) }; in test_create_nonzero_instance() 12 assert_eq!(size_of::<NonZero<u32>>(), size_of::<Option<NonZero<u32>>>()); in test_size_nonzero_in_option() 13 assert_eq!(size_of::<NonZero<i32>>(), size_of::<Option<NonZero<i32>>>()); in test_size_nonzero_in_option() 18 let a = Some(unsafe { NonZero::<u32>::new_unchecked(42) }); in test_match_on_nonzero_option() 21 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 24 match unsafe { Some(NonZero::<u32>::new_unchecked(43)) } { in test_match_on_nonzero_option() 26 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 89 use core::num::NonZero; 93 index: NonZero<u32>, // private [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 1 use core::num::{IntErrorKind, NonZero}; 7 let _a = unsafe { NonZero::new_unchecked(21) }; in test_create_nonzero_instance() 12 assert_eq!(size_of::<NonZero<u32>>(), size_of::<Option<NonZero<u32>>>()); in test_size_nonzero_in_option() 13 assert_eq!(size_of::<NonZero<i32>>(), size_of::<Option<NonZero<i32>>>()); in test_size_nonzero_in_option() 18 let a = Some(unsafe { NonZero::<u32>::new_unchecked(42) }); in test_match_on_nonzero_option() 21 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 24 match unsafe { Some(NonZero::<u32>::new_unchecked(43)) } { in test_match_on_nonzero_option() 26 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 89 use core::num::NonZero; 93 index: NonZero<u32>, // private [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 1 use core::num::{IntErrorKind, NonZero}; 7 let _a = unsafe { NonZero::new_unchecked(21) }; in test_create_nonzero_instance() 12 assert_eq!(size_of::<NonZero<u32>>(), size_of::<Option<NonZero<u32>>>()); in test_size_nonzero_in_option() 13 assert_eq!(size_of::<NonZero<i32>>(), size_of::<Option<NonZero<i32>>>()); in test_size_nonzero_in_option() 18 let a = Some(unsafe { NonZero::<u32>::new_unchecked(42) }); in test_match_on_nonzero_option() 21 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 24 match unsafe { Some(NonZero::<u32>::new_unchecked(43)) } { in test_match_on_nonzero_option() 26 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 89 use core::num::NonZero; 93 index: NonZero<u32>, // private [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 1 use core::num::{IntErrorKind, NonZero}; 7 let _a = unsafe { NonZero::new_unchecked(21) }; in test_create_nonzero_instance() 12 assert_eq!(size_of::<NonZero<u32>>(), size_of::<Option<NonZero<u32>>>()); in test_size_nonzero_in_option() 13 assert_eq!(size_of::<NonZero<i32>>(), size_of::<Option<NonZero<i32>>>()); in test_size_nonzero_in_option() 18 let a = Some(unsafe { NonZero::<u32>::new_unchecked(42) }); in test_match_on_nonzero_option() 21 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 24 match unsafe { Some(NonZero::<u32>::new_unchecked(43)) } { in test_match_on_nonzero_option() 26 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 89 use core::num::NonZero; 93 index: NonZero<u32>, // private [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 1 use core::num::{IntErrorKind, NonZero}; 7 let _a = unsafe { NonZero::new_unchecked(21) }; in test_create_nonzero_instance() 12 assert_eq!(size_of::<NonZero<u32>>(), size_of::<Option<NonZero<u32>>>()); in test_size_nonzero_in_option() 13 assert_eq!(size_of::<NonZero<i32>>(), size_of::<Option<NonZero<i32>>>()); in test_size_nonzero_in_option() 18 let a = Some(unsafe { NonZero::<u32>::new_unchecked(42) }); in test_match_on_nonzero_option() 21 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 24 match unsafe { Some(NonZero::<u32>::new_unchecked(43)) } { in test_match_on_nonzero_option() 26 None => panic!("unexpected None while matching on Some(NonZero(_))"), in test_match_on_nonzero_option() 89 use core::num::NonZero; 93 index: NonZero<u32>, // private [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | nonzero.rs | 18 /// This is an implementation detail for <code>[NonZero]\<T></code> which may disappear or be repla… 105 /// For example, `Option<NonZero<u32>>` is the same size as `u32`: 108 /// use core::{mem::size_of, num::NonZero}; 110 /// assert_eq!(size_of::<Option<NonZero<u32>>>(), size_of::<u32>()); 115 #[rustc_diagnostic_item = "NonZero"] 116 pub struct NonZero<T: ZeroablePrimitive>(T::NonZeroInner); struct 120 #[stable(feature = "nonzero", since = "1.28.0")] 121 impl<T> fmt::$Trait for NonZero<T> 142 #[stable(feature = "nonzero", since = "1.28.0")] 143 unsafe impl<T> $Trait for NonZero<T> where T: ZeroablePrimitive + $Trait {} [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | nonzero.rs | 18 /// This is an implementation detail for <code>[NonZero]\<T></code> which may disappear or be repla… 105 /// For example, `Option<NonZero<u32>>` is the same size as `u32`: 108 /// use core::{mem::size_of, num::NonZero}; 110 /// assert_eq!(size_of::<Option<NonZero<u32>>>(), size_of::<u32>()); 115 #[rustc_diagnostic_item = "NonZero"] 116 pub struct NonZero<T: ZeroablePrimitive>(T::NonZeroInner); struct 120 #[stable(feature = "nonzero", since = "1.28.0")] 121 impl<T> fmt::$Trait for NonZero<T> 142 #[stable(feature = "nonzero", since = "1.28.0")] 143 unsafe impl<T> $Trait for NonZero<T> where T: ZeroablePrimitive + $Trait {} [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | nonzero.rs | 19 /// This is an implementation detail for <code>[NonZero]\<T></code> which may disappear or be repla… 104 /// For example, `Option<NonZero<u32>>` is the same size as `u32`: 107 /// use core::{mem::size_of, num::NonZero}; 109 /// assert_eq!(size_of::<Option<NonZero<u32>>>(), size_of::<u32>()); 114 #[rustc_diagnostic_item = "NonZero"] 115 pub struct NonZero<T: ZeroablePrimitive>(T::NonZeroInner); struct 119 #[stable(feature = "nonzero", since = "1.28.0")] 120 impl<T> fmt::$Trait for NonZero<T> 141 #[stable(feature = "nonzero", since = "1.28.0")] 142 unsafe impl<T> $Trait for NonZero<T> where T: ZeroablePrimitive + $Trait {} [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | nonzero.rs | 19 /// This is an implementation detail for <code>[NonZero]\<T></code> which may disappear or be repla… 104 /// For example, `Option<NonZero<u32>>` is the same size as `u32`: 107 /// use core::{mem::size_of, num::NonZero}; 109 /// assert_eq!(size_of::<Option<NonZero<u32>>>(), size_of::<u32>()); 114 #[rustc_diagnostic_item = "NonZero"] 115 pub struct NonZero<T: ZeroablePrimitive>(T::NonZeroInner); struct 119 #[stable(feature = "nonzero", since = "1.28.0")] 120 impl<T> fmt::$Trait for NonZero<T> 141 #[stable(feature = "nonzero", since = "1.28.0")] 142 unsafe impl<T> $Trait for NonZero<T> where T: ZeroablePrimitive + $Trait {} [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | nonzero.rs | 19 /// This is an implementation detail for <code>[NonZero]\<T></code> which may disappear or be repla… 104 /// For example, `Option<NonZero<u32>>` is the same size as `u32`: 107 /// use core::{mem::size_of, num::NonZero}; 109 /// assert_eq!(size_of::<Option<NonZero<u32>>>(), size_of::<u32>()); 114 #[rustc_diagnostic_item = "NonZero"] 115 pub struct NonZero<T: ZeroablePrimitive>(T::NonZeroInner); struct 119 #[stable(feature = "nonzero", since = "1.28.0")] 120 impl<T> fmt::$Trait for NonZero<T> 141 #[stable(feature = "nonzero", since = "1.28.0")] 142 unsafe impl<T> $Trait for NonZero<T> where T: ZeroablePrimitive + $Trait {} [all …]
|
/aosp_15_r20/frameworks/base/core/res/res/drawable-round-watch/ |
H A D | progress_indeterminate_horizontal_material.xml | 30 android:fillType="nonZero" 35 android:fillType="nonZero" 49 android:fillType="nonZero" 54 android:fillType="nonZero" 68 android:fillType="nonZero" 73 android:fillType="nonZero" 87 android:fillType="nonZero" 92 android:fillType="nonZero" 106 android:fillType="nonZero" 111 android:fillType="nonZero" [all …]
|
/aosp_15_r20/external/pigweed/pw_console/images/ |
H A D | 2048_plugin1.svg | 171 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 214 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 253 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 254 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 255 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 270 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 287 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 288 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 289 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… 290 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… [all …]
|
H A D | clock_plugin2.svg | 132 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 175 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 214 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 215 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 216 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 231 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 248 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 249 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 250 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… 251 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… [all …]
|
H A D | command_runner_main_menu.svg | 180 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(11.764706%,11.764706%,11.764706%);fill-opacity… 181 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(11.764706%,11.764706%,11.764706%);fill-opacity… 245 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(11.764706%,11.764706%,11.764706%);fill-opacity… 284 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(11.764706%,11.764706%,11.764706%);fill-opacity… 285 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(19.607843%,19.607843%,19.607843%);fill-opacity… 286 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(19.607843%,19.607843%,19.607843%);fill-opacity… 301 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(19.607843%,19.607843%,19.607843%);fill-opacity… 318 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(19.607843%,19.607843%,19.607843%);fill-opacity… 319 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(11.764706%,11.764706%,11.764706%);fill-opacity… 320 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(14.117647%,15.686275%,21.568627%);fill-opacity… [all …]
|
H A D | serial_debug.svg | 354 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(18.039216%,18.039216%,18.039216%);fill-opacity… 355 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(24.705882%,24.705882%,24.705882%);fill-opacity… 464 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(24.705882%,24.705882%,24.705882%);fill-opacity… 482 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(24.705882%,24.705882%,24.705882%);fill-opacity… 483 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(32.156863%,32.156863%,32.156863%);fill-opacity… 484 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(32.156863%,32.156863%,32.156863%);fill-opacity… 492 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(32.156863%,32.156863%,32.156863%);fill-opacity… 497 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(32.156863%,32.156863%,32.156863%);fill-opacity… 498 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(24.705882%,24.705882%,24.705882%);fill-opacity… 499 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… [all …]
|
H A D | clock_plugin1.svg | 129 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 172 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 211 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 212 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 213 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 228 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 245 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.27451%,29.803922%,36.862745%);fill-opacity:… 246 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(21.568627%,24.313725%,29.803922%);fill-opacity… 247 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… 248 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(12.941176%,14.117647%,16.862745%);fill-opacity… [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/cmp/ |
H A D | bytewise.rs | 1 use crate::num::NonZero; 35 // SAFETY: Similarly, the `NonZero` type has a niche, but no undef and no pointers, 38 NonZero<u8>, 39 NonZero<u16>, 40 NonZero<u32>, 41 NonZero<u64>, 42 NonZero<u128>, 43 NonZero<usize>, 44 NonZero<i8>, 45 NonZero<i16>, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cmp/ |
H A D | bytewise.rs | 1 use crate::num::NonZero; 35 // SAFETY: Similarly, the `NonZero` type has a niche, but no undef and no pointers, 38 NonZero<u8>, 39 NonZero<u16>, 40 NonZero<u32>, 41 NonZero<u64>, 42 NonZero<u128>, 43 NonZero<usize>, 44 NonZero<i8>, 45 NonZero<i16>, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cmp/ |
H A D | bytewise.rs | 1 use crate::num::NonZero; 35 // SAFETY: Similarly, the `NonZero` type has a niche, but no undef and no pointers, 38 NonZero<u8>, 39 NonZero<u16>, 40 NonZero<u32>, 41 NonZero<u64>, 42 NonZero<u128>, 43 NonZero<usize>, 44 NonZero<i8>, 45 NonZero<i16>, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cmp/ |
H A D | bytewise.rs | 1 use crate::num::NonZero; 35 // SAFETY: Similarly, the `NonZero` type has a niche, but no undef and no pointers, 38 NonZero<u8>, 39 NonZero<u16>, 40 NonZero<u32>, 41 NonZero<u64>, 42 NonZero<u128>, 43 NonZero<usize>, 44 NonZero<i8>, 45 NonZero<i16>, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cmp/ |
H A D | bytewise.rs | 1 use crate::num::NonZero; 35 // SAFETY: Similarly, the `NonZero` type has a niche, but no undef and no pointers, 38 NonZero<u8>, 39 NonZero<u16>, 40 NonZero<u32>, 41 NonZero<u64>, 42 NonZero<u128>, 43 NonZero<usize>, 44 NonZero<i8>, 45 NonZero<i16>, [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | machmode.h | 45 /* Nonzero if MODE is an integral mode. */ 52 /* Nonzero if MODE is a floating-point mode. */ 59 /* Nonzero if MODE is a complex mode. */ 64 /* Nonzero if MODE is a vector mode. */ 73 /* Nonzero if MODE is a scalar integral mode. */ 78 /* Nonzero if MODE is a scalar floating point mode. */ 83 /* Nonzero if MODE is a decimal floating point mode. */ 87 /* Nonzero if MODE is a scalar fract mode. */ 91 /* Nonzero if MODE is a scalar ufract mode. */ 95 /* Nonzero if MODE is a scalar fract or ufract mode. */ [all …]
|
D | function.h | 69 --param min-nondebug-insn-uid=<value> is given with nonzero value. */ 78 /* Indexed by pseudo register number, if nonzero gives the known alignment 117 When INHIBIT_DEFER_POP is nonzero, however, the compiler does not 129 /* Nonzero means __builtin_saveregs has already been done in this function. 250 /* If nonzero, an RTL expression for the location at which the current 342 /* Nonzero if function being compiled called builtin_return_addr or 343 builtin_frame_address with nonzero count. */ 346 /* Nonzero if the function calls __builtin_eh_return. */ 349 /* Nonzero if function saves all registers, e.g. if it has a nonlocal 353 /* Nonzero if function being compiled has nonlocal gotos to parent [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
D | cp-tree.h | 246 /* In an IDENTIFIER_NODE, nonzero if this identifier is actually a 296 /* Nonzero if this statement should be considered a full-expression, 305 /* Nonzero if this statement-expression does not have an associated scope. */ 309 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual 314 /* Returns nonzero iff NODE is a declaration for the global function 367 /* Nonzero if this baselink was from a qualified lookup. */ 502 /* Nonzero if this identifier is used as a virtual function name somewhere 506 /* Nonzero if this identifier is the prefix for a mangled C++ operator 510 /* Nonzero if this identifier is the name of a type-conversion 515 /* Nonzero if this identifier is the name of a constructor or [all …]
|
/aosp_15_r20/external/pytorch/docs/source/notes/ |
H A D | cpu_threading_torchscript_inference.svg | 197 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 200 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 203 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 209 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 228 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 238 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 303 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 313 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 323 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" 333 …specification:Calibri;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" [all …]
|