/third_party/skia/experimental/sorttoy/ |
H A D | SortKey.h | 17 // field: | transparent | clipID | depth | material | 31 // For transparent objects the pseudo-Z is untouched but the transparent bit is set on the 32 // key so transparent object will always be drawn after the opaque objects and in painter's 46 explicit SortKey(bool transparent, uint32_t depth, uint32_t material) { in SortKey() argument 52 if (transparent) { in SortKey() 69 bool transparent() const { in transparent() function in SortKey 74 if (this->transparent()) { in depth() 85 if (this->transparent()) { in material() 93 SkDebugf("transparent in dump() [all...] |
/third_party/rust/crates/cxx/tests/ui/ |
H A D | raw_ident_namespace.rs | 3 #[repr(transparent)] 11 #[repr(transparent)] 19 #[repr(transparent)] 27 #[repr(transparent)]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-1488-enum-new-type.rs | 11 #[repr(transparent)] 19 #[repr(transparent)] 28 #[repr(transparent)] 34 #[repr(transparent)]
|
H A D | enum-default-bitfield.rs | 41 #[repr(transparent)] 111 #[repr(transparent)] 151 #[repr(transparent)] 187 #[repr(transparent)]
|
H A D | bitfield-enum-basic.rs | 46 #[repr(transparent)] 87 #[repr(transparent)] 118 #[repr(transparent)] 154 #[repr(transparent)]
|
H A D | issue-1488-options.rs | 9 #[repr(transparent)] 12 #[repr(transparent)]
|
H A D | objc_protocol_inheritance.rs | 13 #[repr(transparent)] 31 #[repr(transparent)]
|
H A D | objc_pointer_return_types.rs | 12 #[repr(transparent)] 29 #[repr(transparent)]
|
H A D | issue-1198-alias-rust-bitfield-enum.rs | 43 #[repr(transparent)] 81 #[repr(transparent)]
|
/third_party/ffmpeg/libavcodec/ |
H A D | avuidec.c | 41 int transparent, interlaced = 1, skip, opaque_length, i, j, k; in avui_decode_frame() local 67 transparent = avctx->bits_per_coded_sample == 32 && in avui_decode_frame() 101 a[2 * k ] = 0xFF - (transparent ? *srca++ : 0); in avui_decode_frame() 105 a[2 * k + 1] = 0xFF - (transparent ? *srca++ : 0); in avui_decode_frame()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 27 #[repr(transparent)] 32 #[repr(transparent)] 41 #[repr(transparent)] 47 #[repr(transparent)]
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | reg.rs | 47 #[repr(transparent)] 86 #[repr(transparent)] 105 #[repr(transparent)] 206 #[repr(transparent)]
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | types.rs | 42 /// This uses `repr(transparent)` and has the representation of a host file 52 #[repr(transparent)] 63 /// This uses `repr(transparent)` and has the representation of a host handle, 80 #[repr(transparent)] 91 /// This uses `repr(transparent)` and has the representation of a host socket, 101 #[repr(transparent)] 111 /// This uses `repr(transparent)` and has the representation of a host file 116 #[repr(transparent)] 197 #[repr(transparent)] 260 /// This uses `repr(transparent)` an [all...] |
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 14 #[repr(transparent)] in fmt() 50 #[repr(transparent)] in fmt() 75 #[repr(transparent)] in fmt() 97 #[repr(transparent)] in fmt() 140 #[repr(transparent)] in fmt() 164 #[repr(transparent)] in fmt() 330 #[repr(transparent)] in fmt() 351 #[repr(transparent)] in fmt() 492 #[repr(transparent)] in fmt() 514 #[repr(transparent)] in fmt() [all...] |
/third_party/skia/src/utils/ |
H A D | SkShadowTessellator.h | 28 * If transparent is true, then the center of the ambient shadow will be filled in. 31 const SkPoint3& zPlane, bool transparent); 36 * The center will be clipped against the original path unless transparent is true. 39 const SkPoint3& lightPos, SkScalar lightRadius, bool transparent,
|
H A D | SkShadowTessellator.cpp | 29 SkBaseShadowTessellator(const SkPoint3& zPlaneParams, const SkRect& bounds, bool transparent); 157 bool transparent) in SkBaseShadowTessellator() 166 , fTransparent(transparent) 416 // add to center fan if transparent or centroid showing in addEdge() 895 const SkPoint3& zPlaneParams, bool transparent); 906 bool transparent) in SkAmbientShadowTessellator() 907 : INHERITED(zPlaneParams, path.getBounds(), transparent) { in SkAmbientShadowTessellator() 944 // if original path is transparent, will accumulate sum of points for centroid in computePathPolygon() 990 SkScalar lightRadius, bool transparent, bool directional, bool isLimitElevation = false); 1003 bool transparent, boo in SkSpotShadowTessellator() 156 SkBaseShadowTessellator(const SkPoint3& zPlaneParams, const SkRect& bounds, bool transparent) SkBaseShadowTessellator() argument 903 SkAmbientShadowTessellator(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlaneParams, bool transparent) SkAmbientShadowTessellator() argument 1000 SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, bool transparent, bool directional, bool isLimitElevation) SkSpotShadowTessellator() argument 1147 MakeAmbient(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, bool transparent) MakeAmbient() argument 1156 MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, const SkPoint3& lightPos, SkScalar lightRadius, bool transparent, bool directional, bool isLimitElevation) MakeSpot() argument [all...] |
H A D | SkShadowUtils.cpp | 194 bool transparent = OccluderType::kTransparent == fOccluderType; in makeVertices() local 200 transparent, true, isLimitElevation); in makeVertices() 204 transparent, false, isLimitElevation); in makeVertices() 215 centerLightPos, fLightRadius, transparent, false, isLimitElevation); in makeVertices() 672 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in drawShadow() local 688 transparent); in drawShadow() 705 factory.fTransparent = transparent; in drawShadow() 769 transparent, in drawShadow() 810 } else if (transparent || in drawShadow() 832 color = 0xFFD2B48C; // tan for transparent in drawShadow() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image-gif.c | 81 transparent; /* Transparent color index */ in _cupsImageReadGIF() local 110 transparent = -1; in _cupsImageReadGIF() 125 if (buf[0] & 1) /* Get transparent color index */ in _cupsImageReadGIF() 126 transparent = buf[3]; in _cupsImageReadGIF() 154 if (transparent >= 0) in _cupsImageReadGIF() 157 * Make transparent color white... in _cupsImageReadGIF() 160 cmap[transparent][0] = 255; in _cupsImageReadGIF() 161 cmap[transparent][1] = 255; in _cupsImageReadGIF() 162 cmap[transparent][2] = 255; in _cupsImageReadGIF()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
H A D | objc_template.rs | 12 #[repr(transparent)] 36 #[repr(transparent)]
|
H A D | objc_inheritance.rs | 12 #[repr(transparent)] 29 #[repr(transparent)] 64 #[repr(transparent)]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | objc_template.rs | 12 #[repr(transparent)] 36 #[repr(transparent)]
|
H A D | objc_inheritance.rs | 12 #[repr(transparent)] 29 #[repr(transparent)] 64 #[repr(transparent)]
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | io_slice.rs | 12 #[repr(transparent)] 48 #[repr(transparent)]
|
/third_party/skia/bench/ |
H A D | ShadowBench.cpp | 16 // * opaque or transparent 19 ShadowBench(bool transparent, bool forceGeometric) in ShadowBench() argument 20 : fTransparent(transparent) in ShadowBench()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | io_slice.rs | 13 #[repr(transparent)] 53 #[repr(transparent)]
|