Home
last modified time | relevance | path

Searched refs:transparent (Results 1 - 25 of 130) sorted by relevance

123456

/third_party/skia/experimental/sorttoy/
H A DSortKey.h17 // 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 Draw_ident_namespace.rs3 #[repr(transparent)]
11 #[repr(transparent)]
19 #[repr(transparent)]
27 #[repr(transparent)]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-1488-enum-new-type.rs11 #[repr(transparent)]
19 #[repr(transparent)]
28 #[repr(transparent)]
34 #[repr(transparent)]
H A Denum-default-bitfield.rs41 #[repr(transparent)]
111 #[repr(transparent)]
151 #[repr(transparent)]
187 #[repr(transparent)]
H A Dbitfield-enum-basic.rs46 #[repr(transparent)]
87 #[repr(transparent)]
118 #[repr(transparent)]
154 #[repr(transparent)]
H A Dissue-1488-options.rs9 #[repr(transparent)]
12 #[repr(transparent)]
H A Dobjc_protocol_inheritance.rs13 #[repr(transparent)]
31 #[repr(transparent)]
H A Dobjc_pointer_return_types.rs12 #[repr(transparent)]
29 #[repr(transparent)]
H A Dissue-1198-alias-rust-bitfield-enum.rs43 #[repr(transparent)]
81 #[repr(transparent)]
/third_party/ffmpeg/libavcodec/
H A Davuidec.c41 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 Did.rs27 #[repr(transparent)]
32 #[repr(transparent)]
41 #[repr(transparent)]
47 #[repr(transparent)]
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dreg.rs47 #[repr(transparent)]
86 #[repr(transparent)]
105 #[repr(transparent)]
206 #[repr(transparent)]
/third_party/rust/crates/io-lifetimes/src/
H A Dtypes.rs42 /// 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 Dgen.rs14 #[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 DSkShadowTessellator.h28 * 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 DSkShadowTessellator.cpp29 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 DSkShadowUtils.cpp194 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 Dimage-gif.c81 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 Dobjc_template.rs12 #[repr(transparent)]
36 #[repr(transparent)]
H A Dobjc_inheritance.rs12 #[repr(transparent)]
29 #[repr(transparent)]
64 #[repr(transparent)]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dobjc_template.rs12 #[repr(transparent)]
36 #[repr(transparent)]
H A Dobjc_inheritance.rs12 #[repr(transparent)]
29 #[repr(transparent)]
64 #[repr(transparent)]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dio_slice.rs12 #[repr(transparent)]
48 #[repr(transparent)]
/third_party/skia/bench/
H A DShadowBench.cpp16 // * 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 Dio_slice.rs13 #[repr(transparent)]
53 #[repr(transparent)]

Completed in 14 milliseconds

123456