Home
last modified time | relevance | path

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

12

/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/skia/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/v8/tools/profviz/
Dcomposer.js402 function DrawBarBase(color, start, end, top, bottom, transparency) { argument
408 if (transparency) {
409 command += " fs transparent solid " + transparency;
/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/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch9 + /* hack to have cursor transparency at 32bpp <runge@karlrunge.com> */
/external/webp/
DREADME150 -alpha_q <int> ......... transparency-compression quality (0..100)
179 -alpha_method <int> .... transparency-compression method (0..1)
187 -noalpha ............... discard any transparency information
/external/skia/gyp/
Dgmslides.gypi233 '../gm/transparency.cpp',
/external/skia/bench/
DAndroid.mk326 ../gm/transparency.cpp \
/external/libpng/contrib/pngminus/
DREADME79 pgm-file containing the alpha-channel. When reading, transparency chunks
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h100 … int transparency, FX_BOOL bDropObjects, CPDF_Dictionary* pFormResource = NULL,
Dfpdf_render.cpp218 … const CPDF_RenderOptions* pOptions, int transparency, FX_BOOL bDropObjects, in Initialize() argument
262 m_Transparency = transparency; in Initialize()
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
DWater.frag49 // Water transparency along eye vector.
DWater15.frag53 // Water transparency along eye vector.
/external/skia/dm/
DAndroid.mk471 ../gm/transparency.cpp \
/external/llvm/docs/
DLinkTimeOptimization.rst19 The LLVM Link Time Optimizer provides complete transparency, while doing
/external/libpng/
Dlibpng-manual.txt880 simulate transparency over large areas - use 16 bits or the PNG mode in
1130 to transparency
1420 trans_alpha - array of alpha (transparency)
1674 The color used for the transparency values should be supplied in the same
1698 transparency information in a tRNS chunk. This is most useful on
1788 if there is no transparency in the original or the final
1809 be the level of transparency instead of opacity, you can invert the
1941 composite images with alpha or simple transparency against the supplied
3045 trans_alpha - array of alpha (transparency)
3332 to transparency
[all …]
/external/libvncserver/x11vnc/
DRELEASE-NOTES1411 transparency (alpha channel). No more ugly black fuzz
1415 Added mechanisms to handle XFIXES cursors with transparency
DREADME1632 with transparency (alpha channel) need to approximated to solid
1950 transparency ("alpha channel") exactly?
5931 * NO - Enable transparency
6554 The only XFIXES issue is the handling of alpha channel transparency in
6557 situations where the cursor transparency can also handled exactly:
6567 This happens for cursors with transparency ("alpha channel"); regular
6570 transparency, which led to the ugly black borders.
6574 transparency. For traditional bitmap cursors the alpha value will be 0
6584 approximate a cursor with transparency to create a Rich Cursor. This
6589 transparency is much improved and hopefully gives decent cursor shapes
[all …]
/external/skia/site/dev/design/
Dpdftheory.md215 between Skia and PDF’s support for transparency (which will be
/external/skia/src/animator/
DSkAnimateSchema.xsd1236 Color describes a color in RGB space or HSV space, and its alpha (transparency).
1240 <!-- @attribute alpha The alpha component, which describes transparency.
1929 <!-- @element blur Blur radially draws the shape with varying transparency. -->
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
Dwikipedia.css3463 /* Put a chequered background behind images, only visible if they have transparency.

12