/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowObjectAnimatorTest.java | 61 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/ |
D | raytrace.js | 327 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/ |
D | GifFrame.java | 11 boolean transparency; field in GifFrame
|
D | GifDecoder.java | 284 if (currentFrame.transparency) { in getNextFrame() 302 if (currentFrame.transparency) { in getNextFrame() 439 if (!currentFrame.transparency) { in setPixels()
|
/external/libnl/doc/images/icons/ |
D | README | 2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
|
/external/skqp/docs/ |
D | SkBlendMode_Overview.bmh | 35 Drawing a bitmap with transparency using Porter_Duff compositing is free to clear 40 Draw geometry with transparency using Porter_Duff compositing does not combine
|
D | SkColor_Reference.bmh | 9 the represent transparency and color values. The use of Color constants is not 19 #Line # transparency of Color ## 21 Alpha represents the transparency of Color. Color with Alpha of zero is fully 247 #Line # returns Color with transparency ## 255 #Return Color with transparency ##
|
D | SkPaint_Reference.bmh | 23 algorithms that alter the drawing geometry, color, and transparency. For instance, 285 #Line # approximating coverage with transparency ## 287 Anti_Alias drawing approximates partial pixel coverage with transparency. 312 A red line is drawn with transparency on the edges to make it look smoother. 510 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset. 556 #Line # uses pixel transparency to represent fractional offset ## 558 Flags kSubpixelText_Flag uses the pixel transparency to represent a fractional offset. 761 Color is not Premultiplied; Color_Alpha sets the transparency independent of 879 Color_Alpha sets the transparency independent of RGB: red, blue, and green. 972 pixel. If kAntiAlias_Flag is set, transparency is applied twice, resulting in a darker pixel. Some [all …]
|
D | SkFont_Reference.bmh | 86 #Line # uses pixel transparency to represent fractional offset ## 88 Font_Subpixel uses the pixel transparency to represent a fractional offset. 147 Whether edge pixels draw opaque or with partial transparency. 158 #Line # glyph positioned in pixel using transparency ##
|
D | SkColor4f_Reference.bmh | 225 Returns true if Alpha component is one. Color has no transparency regardless of 374 #Line # returns color without transparency ##
|
/external/skia/docs/ |
D | SkBlendMode_Overview.bmh | 35 Drawing a bitmap with transparency using Porter_Duff compositing is free to clear 40 Draw geometry with transparency using Porter_Duff compositing does not combine
|
D | SkColor_Reference.bmh | 9 the represent transparency and color values. The use of Color constants is not 19 #Line # transparency of Color ## 21 Alpha represents the transparency of Color. Color with Alpha of zero is fully 247 #Line # returns Color with transparency ## 255 #Return Color with transparency ##
|
D | SkFont_Reference.bmh | 86 #Line # uses pixel transparency to represent fractional offset ## 88 Font_Subpixel uses the pixel transparency to represent a fractional offset. 147 Whether edge pixels draw opaque or with partial transparency. 158 #Line # glyph positioned in pixel using transparency ##
|
D | SkPaint_Reference.bmh | 23 algorithms that alter the drawing geometry, color, and transparency. For instance, 283 #Line # approximating coverage with transparency ## 285 Anti_Alias drawing approximates partial pixel coverage with transparency. 306 A red line is drawn with transparency on the edges to make it look smoother. 547 Color is not Premultiplied; Color_Alpha sets the transparency independent of 665 Color_Alpha sets the transparency independent of RGB: red, blue, and green. 780 pixel. If antialiasing is on, transparency is applied twice, resulting in a darker pixel. Some 781 GPU-backed implementations apply transparency at a later drawing stage, avoiding double hit pixels 1465 The drawn transparency can be modified without altering Shader, by changing Color_Alpha. 1577 The drawn transparency can be modified without altering Color_Filter, by changing Color_Alpha. [all …]
|
/external/skqp/site/user/ |
D | index.md | 9 * antialiasing, transparency, filters
|
/external/skia/site/user/ |
D | index.md | 9 * antialiasing, transparency, filters
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 17 GIF with frame or transparency compression are not supported
|
/external/v8/tools/profviz/ |
D | composer.js | 403 function DrawBarBase(color, start, end, top, bottom, transparency) { argument 409 if (transparency) { 410 command += " fs transparent solid " + transparency;
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gif.h | 73 uint8_t transparency : 1; member
|
D | cfx_gifcontext.cpp | 214 gif_image->image_GCE->gce_flags.transparency in LoadFrame() 551 if (graphic_control_extension_->gce_flags.transparency) { in DecodeImageInfo()
|
/external/libpng/contrib/conftest/ |
D | write.dfa | 42 # with transparency and never write 16 bit images, so:
|
D | read.dfa | 43 # To read the full set of PNG images correctly interlace, transparency and
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Overview.md | 32 Drawing a <a href='SkBitmap_Reference#Bitmap'>bitmap</a> with transparency using <a href='#Blend_Mo… 37 Draw geometry with transparency using <a href='#Blend_Mode_Overview_Porter_Duff'>Porter_Duff</a> co…
|
/external/skia/site/user/api/ |
D | SkBlendMode_Overview.md | 32 Drawing a <a href='SkBitmap_Reference#Bitmap'>bitmap</a> with transparency using <a href='#Blend_Mo… 37 Draw geometry with transparency using <a href='#Blend_Mode_Overview_Porter_Duff'>Porter_Duff</a> co…
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 51 int transparency,
|