Home
last modified time | relevance | path

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

1234

/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()
/external/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/external/skqp/docs/
DSkBlendMode_Overview.bmh35 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
DSkColor_Reference.bmh9 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 ##
DSkPaint_Reference.bmh23 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 …]
DSkFont_Reference.bmh86 #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 ##
DSkColor4f_Reference.bmh225 Returns true if Alpha component is one. Color has no transparency regardless of
374 #Line # returns color without transparency ##
/external/skia/docs/
DSkBlendMode_Overview.bmh35 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
DSkColor_Reference.bmh9 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 ##
DSkFont_Reference.bmh86 #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 ##
DSkPaint_Reference.bmh23 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/
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.js403 function DrawBarBase(color, start, end, top, bottom, transparency) { argument
409 if (transparency) {
410 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/skqp/site/user/api/
DSkBlendMode_Overview.md32 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/
DSkBlendMode_Overview.md32 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/
Dcpdf_renderstatus.h51 int transparency,

1234