Home
last modified time | relevance | path

Searched refs:transparent (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/external/tinyxml2/docs/
Dtabs.css1transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox…
/external/epid-sdk/doc/html/
Dtabs.css1transparent;line-height:36px;text-shadow:none;background-color:white;background-image:none}.sm-dox…
/external/nanopb-c/docs/
Dlsr.css27 background-color: transparent;
37 background-color: transparent;
56 background-color: transparent;
61 background-color: transparent;
103 background-color: transparent;
161 background: transparent url('../images/important.png') 10px 2px no-repeat;
165 background: transparent url('../images/caution.png') 10px 2px no-repeat;
169 background: transparent url('../images/note.png') 10px 2px no-repeat;
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
[all …]
/external/grpc-grpc/third_party/nanopb/docs/
Dlsr.css27 background-color: transparent;
37 background-color: transparent;
56 background-color: transparent;
61 background-color: transparent;
103 background-color: transparent;
161 background: transparent url('../images/important.png') 10px 2px no-repeat;
165 background: transparent url('../images/caution.png') 10px 2px no-repeat;
169 background: transparent url('../images/note.png') 10px 2px no-repeat;
173 background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 background: transparent url('../images/tip.png') 10px 2px no-repeat;
[all …]
/external/iptables/extensions/
Dlibxt_socket.man7 \fB\-\-transparent\fP
8 Ignore non-transparent sockets.
16 When using the socket match to implement fully transparent
17 proxies bound to non\-local addresses it is recommended to use the \-\-transparent
22 \-t mangle \-A PREROUTING \-m socket \-\-transparent \-j MARK \-\-set\-mark 1
26 \fB\-\-transparent\fP and \fB\-\-nowildcard\fP options to restrict the sockets
29 Example: An application opens 2 transparent (\fBIP_TRANSPARENT\fP) sockets and
32 \-t mangle \-I PREROUTING \-m socket \-\-transparent \-\-restore-skmark \-j action
Dlibxt_socket.t4 -m socket --transparent --nowildcard;=;OK
5 -m socket --transparent --nowildcard --restore-skmark;=;OK
6 -m socket --transparent --restore-skmark;=;OK
/external/libnl/doc/stylesheets/
Dslidy.css109 background-color: transparent;
141 background: transparent;
195 img { background-color: transparent }
292 background: transparent;
299 background: transparent;
304 background: transparent;
336 background: transparent url(../graphics/nofold-dim.gif) no-repeat 0px 0.5em;
340 background: transparent url(../graphics/fold-dim.gif) no-repeat 0px 0.5em;
344 background: transparent url(../graphics/unfold-dim.gif) no-repeat 0px 0.5em;
348 background: transparent url(../graphics/fold.gif) no-repeat 0px 0.5em;
[all …]
/external/okhttp/website/static/
Dbootstrap-combined.min.css9transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:bloc…
18transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:bloc…
/external/ImageMagick/coders/
Duil.c174 transparent; in WriteUILImage() local
216 transparent=MagickFalse; in WriteUILImage()
252 transparent=MagickTrue; in WriteUILImage()
260 if (transparent != MagickFalse) in WriteUILImage()
310 if (transparent != MagickFalse) in WriteUILImage()
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DAnimatedGifEncoder.java48 private Integer transparent = null; // transparent color if given field in AnimatedGifEncoder
136 transparent = color; in setTransparent()
335 if (transparent != null) { in analyzePixels()
336 transIndex = findClosest(transparent); in analyzePixels()
419 if (transparent == null && !hasTransparentPixels) { in writeGraphicCtrlExt()
/external/skqp/src/utils/
DSkShadowTessellator.h30 const SkPoint3& zPlane, bool transparent);
38 const SkPoint3& lightPos, SkScalar lightRadius, bool transparent);
DSkShadowTessellator.cpp28 SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent);
158 SkBaseShadowTessellator::SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent) in SkBaseShadowTessellator() argument
166 , fTransparent(transparent)
895 const SkPoint3& zPlaneParams, bool transparent);
906 bool transparent) in SkAmbientShadowTessellator() argument
907 : INHERITED(zPlaneParams, transparent) { in SkAmbientShadowTessellator()
988 SkScalar lightRadius, bool transparent);
1001 bool transparent) in SkSpotShadowTessellator() argument
1002 : INHERITED(zPlaneParams, transparent) { in SkSpotShadowTessellator()
1146 const SkPoint3& zPlane, bool transparent) { in MakeAmbient() argument
[all …]
DSkShadowUtils.cpp155 bool transparent = OccluderType::kTransparent == fOccluderType; in makeVertices() local
160 fDevLightPos, fLightRadius, transparent); in makeVertices()
171 centerLightPos, fLightRadius, transparent); in makeVertices()
560 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in drawShadow() local
572 transparent); in drawShadow()
589 factory.fTransparent = transparent; in drawShadow()
652 transparent); in drawShadow()
681 if (transparent || in drawShadow()
/external/skia/src/utils/
DSkShadowTessellator.h30 const SkPoint3& zPlane, bool transparent);
38 const SkPoint3& lightPos, SkScalar lightRadius, bool transparent);
DSkShadowTessellator.cpp28 SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent);
158 SkBaseShadowTessellator::SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent) in SkBaseShadowTessellator() argument
166 , fTransparent(transparent)
895 const SkPoint3& zPlaneParams, bool transparent);
906 bool transparent) in SkAmbientShadowTessellator() argument
907 : INHERITED(zPlaneParams, transparent) { in SkAmbientShadowTessellator()
988 SkScalar lightRadius, bool transparent);
1001 bool transparent) in SkSpotShadowTessellator() argument
1002 : INHERITED(zPlaneParams, transparent) { in SkSpotShadowTessellator()
1146 const SkPoint3& zPlane, bool transparent) { in MakeAmbient() argument
[all …]
DSkShadowUtils.cpp156 bool transparent = OccluderType::kTransparent == fOccluderType; in makeVertices() local
161 fDevLightPos, fLightRadius, transparent); in makeVertices()
172 centerLightPos, fLightRadius, transparent); in makeVertices()
592 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); in drawShadow() local
604 transparent); in drawShadow()
621 factory.fTransparent = transparent; in drawShadow()
684 transparent); in drawShadow()
713 if (transparent || in drawShadow()
/external/skqp/docs/
DSkColor_Reference.bmh22 transparent. Color with Alpha of 255 is fully opaque. Some, but not all pixel
25 transparent, to all bits set, fully opaque. Floating point Alpha ranges from
26 zero, fully transparent, to one, fully opaque.
39 8-bit type for an alpha value. 255 is 100% opaque, zero is 100% transparent.
77 #Param a amount of Alpha, from fully transparent (0) to fully opaque (255) ##
253 #Param a Alpha: transparent at zero, fully opaque at 255 ##
285 Alpha constants are conveniences to represent fully transparent and fully
289 #Line # fully transparent SkAlpha ##
290 Represents fully transparent SkAlpha value. SkAlpha ranges from zero,
291 fully transparent; to 255, fully opaque.
[all …]
DSkBlendMode_Overview.bmh41 transparent source pixels, leaving the destination outside the geometry untouched.
66 source or destination is transparent, result is transparent. SkBlendMode::kModulate
/external/skia/docs/
DSkColor_Reference.bmh22 transparent. Color with Alpha of 255 is fully opaque. Some, but not all pixel
25 transparent, to all bits set, fully opaque. Floating point Alpha ranges from
26 zero, fully transparent, to one, fully opaque.
39 8-bit type for an alpha value. 255 is 100% opaque, zero is 100% transparent.
77 #Param a amount of Alpha, from fully transparent (0) to fully opaque (255) ##
253 #Param a Alpha: transparent at zero, fully opaque at 255 ##
285 Alpha constants are conveniences to represent fully transparent and fully
289 #Line # fully transparent SkAlpha ##
290 Represents fully transparent SkAlpha value. SkAlpha ranges from zero,
291 fully transparent; to 255, fully opaque.
[all …]
/external/slf4j/slf4j-site/src/site/pages/css/
Dsite.css34 background-color:transparent;
62 background-color:transparent;
78 background-color: transparent;
85 background-color: transparent;
92 background-color: transparent;
175 background-color: transparent;
208 background-color: transparent;
/external/python/cpython2/Doc/tools/static/
Dbasic.css384 background-color: transparent;
397 background-color: transparent;
403 background-color: transparent;
407 background-color: transparent;
412 background-color: transparent;
/external/python/httplib2/doc/html/_static/
Dbasic.css356 background-color: transparent;
369 background-color: transparent;
375 background-color: transparent;
379 background-color: transparent;
384 background-color: transparent;
/external/proguard/docs/
Dstyle.css175 background: transparent;
202 background: transparent;
211 background: transparent;
/external/skqp/bench/
DShadowBench.cpp19 ShadowBench(bool transparent, bool forceGeometric) in ShadowBench() argument
20 : fTransparent(transparent) in ShadowBench()
/external/skia/bench/
DShadowBench.cpp19 ShadowBench(bool transparent, bool forceGeometric) in ShadowBench() argument
20 : fTransparent(transparent) in ShadowBench()

12345678910>>...15