Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 71) sorted by relevance

123

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowObjectAnimatorTest.java61 private int transparency; field in ShadowObjectAnimatorTest.AnimatorTarget
63 public void setTransparency(int transparency) { in setTransparency() argument
64 this.transparency = transparency; in setTransparency()
68 return transparency; in getTransparency()
/external/v8/benchmarks/
Draytrace.js327 transparency: 0.0, // 0=opaque property in Flog.RayTracer.Material.BaseMaterial
348 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
359 initialize : function(color, reflection, refraction, transparency, gloss) { argument
362 this.transparency = transparency;
372 …return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
392 this.transparency = transparency;
408 …return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
776 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifFrame.java11 boolean transparency; field in GifFrame
DGifDecoder.java284 if (currentFrame.transparency) { in getNextFrame()
302 if (currentFrame.transparency) { in getNextFrame()
439 if (!currentFrame.transparency) { in setPixels()
DGifHeaderParser.java158 header.currentFrame.transparency = (packed & 1) != 0; in readGraphicControlExt()
/external/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/external/skqp/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/skia/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeGif.pbtxt17 GIF with frame or transparency compression are not supported
/external/v8/tools/profviz/
Dcomposer.js400 function DrawBarBase(color, start, end, top, bottom, transparency) { argument
406 if (transparency) {
407 command += " fs transparent solid " + transparency;
/external/pdfium/core/fxcodec/gif/
Dcfx_gif.h73 uint8_t transparency : 1; member
Dcfx_gifcontext.cpp214 gif_image->image_GCE->gce_flags.transparency in LoadFrame()
551 if (graphic_control_extension_->gce_flags.transparency) { in DecodeImageInfo()
/external/libpng/contrib/conftest/
Dwrite.dfa42 # with transparency and never write 16 bit images, so:
Dread.dfa43 # To read the full set of PNG images correctly interlace, transparency and
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h51 int transparency,
/external/skia/docs/
DSkImageInfo_Reference.bmh6 bits describe Color_Alpha, transparency; Color components red, blue,
26 #Line # encoding for pixel transparency ##
31 #Line # encoding for pixel transparency ##
44 be opaque, or Color_Alpha, describing multiple levels of transparency.
281 Alpha_8 is an 8-bit byte pixel encoding that represents transparency. A value of zero is
289 with its transparency set to alpha8 pixel value.
DSkPaint_Reference.bmh25 algorithms that alter the drawing geometry, color, and transparency. For instance,
712 #Line # approximating coverage with transparency ##
714 Anti-alias drawing approximates partial pixel coverage with transparency.
739 A red line is drawn with transparency on the edges to make it look smoother.
771 If true, pixels on the active edges of Path may be drawn with partial transparency.
797 partial transparency.
964 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset.
1080 #Line # uses pixel transparency to represent fractional offset ##
1082 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset.
1731 Color is not Premultiplied; Color_Alpha sets the transparency independent of
[all …]
/external/skqp/docs/
DSkPaint_Reference.bmh25 algorithms that alter the drawing geometry, color, and transparency. For instance,
717 #Line # approximating coverage with transparency ##
719 Anti-alias drawing approximates partial pixel coverage with transparency.
744 A red line is drawn with transparency on the edges to make it look smoother.
776 If true, pixels on the active edges of Path may be drawn with partial transparency.
802 partial transparency.
969 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset.
1085 #Line # uses pixel transparency to represent fractional offset ##
1087 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset.
1735 Color is not Premultiplied; Color_Alpha sets the transparency independent of
[all …]
/external/skia/gn/
Dgm.gni326 "$_gm/transparency.cpp",
/external/skqp/gn/
Dgm.gni326 "$_gm/transparency.cpp",
/external/libpng/contrib/pngminus/
DREADME79 pgm-file containing the alpha-channel. When reading, transparency chunks
/external/webp/
DREADME231 -alpha_q <int> ......... transparency-compression quality (0..100),
264 -alpha_method <int> .... transparency-compression method (0..1), default=1
272 -noalpha ............... discard any transparency information
/external/skia/site/user/api/
DSkImageInfo_Reference.md7 bits describe <a href="undocumented#Alpha">Color Alpha</a>, transparency; <a href="undocumented#Col…
45 …paque, or <a href="undocumented#Alpha">Color Alpha</a>, describing multiple levels of transparency.
218 …_Alpha_8">Alpha 8</a> is an 8-bit byte pixel encoding that represents transparency. A value of zer…
226 with its transparency set to alpha8 pixel value.</div></fiddle-embed></div>
DSkPaint_Reference.md33 algorithms that alter the drawing geometry, color, and transparency. For instance,
51 | Anti-alias | approximating coverage with transparency |
85 | <a href="#Subpixel_Text">Subpixel Text</a> | uses pixel transparency to represent fractional offs…
940 Anti-alias drawing approximates partial pixel coverage with transparency.
962 …name="a6575a49467ce8d28bb01cc7638fa04d"><div>A red line is drawn with transparency on the edges to…
974 …he active edges of <a href="SkPath_Reference#Path">Path</a> may be drawn with partial transparency.
1005 partial transparency.
1141 …f="#SkPaint_kSubpixelText_Flag">kSubpixelText Flag</a> uses the pixel transparency to represent a …
1219 …f="#SkPaint_kSubpixelText_Flag">kSubpixelText Flag</a> uses the pixel transparency to represent a …
1879 …remultiplied</a>; <a href="undocumented#Alpha">Color Alpha</a> sets the transparency independent of
[all …]
/external/skqp/site/user/api/
DSkPaint_Reference.md33 algorithms that alter the drawing geometry, color, and transparency. For instance,
51 | Anti-alias | approximating coverage with transparency |
85 | <a href="SkPaint_Reference#Subpixel_Text">Subpixel Text</a> | uses pixel transparency to represen…
945 Anti-alias drawing approximates partial pixel coverage with transparency.
967 …name="a6575a49467ce8d28bb01cc7638fa04d"><div>A red line is drawn with transparency on the edges to…
979 …he active edges of <a href="SkPath_Reference#Path">Path</a> may be drawn with partial transparency.
1010 partial transparency.
1146 …f="#SkPaint_kSubpixelText_Flag">kSubpixelText Flag</a> uses the pixel transparency to represent a …
1224 …f="#SkPaint_kSubpixelText_Flag">kSubpixelText Flag</a> uses the pixel transparency to represent a …
1884 …emultiply">Premultiplied</a>; <a href="#Alpha">Color Alpha</a> sets the transparency independent of
[all …]

123