Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 32) 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DParticleEmitter.java444 particle.transparency = transparencyValue.newLowValue(); in activateParticle()
445 particle.transparencyDiff = transparencyValue.newHighValue() - particle.transparency; in activateParticle()
580 … float a = particle.transparency + particle.transparencyDiff * transparencyValue.getScale(percent); in updateParticle()
584 particle.transparency + particle.transparencyDiff * transparencyValue.getScale(percent)); in updateParticle()
1007 protected float transparency, transparencyDiff; field in ParticleEmitter.Particle
/external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/
Dpy_image_arithmetics.markdown39 blending or transparency. Images are added as per the equation below:
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h78 uint8_t transparency : 1; member
Dfx_gif.cpp1041 ((GifCEF*)&gif_image_ptr->image_gce_ptr->gce_flag)->transparency in _gif_load_frame()
/external/opencv3/doc/py_tutorials/py_gui/py_image_display/
Dpy_image_display.markdown21 - cv2.IMREAD_COLOR : Loads a color image. Any transparency of image will be neglected. It is the
/external/webp/
DREADME157 -alpha_q <int> ......... transparency-compression quality (0..100)
188 -alpha_method <int> .... transparency-compression method (0..1)
196 -noalpha ............... discard any transparency information
/external/libpng/contrib/pngminus/
DREADME79 pgm-file containing the alpha-channel. When reading, transparency chunks
/external/skia/bench/
DAndroid.mk388 ../gm/transparency.cpp \
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h126 int transparency,
Dfpdf_render.cpp189 int transparency, in Initialize() argument
240 m_Transparency = transparency; in Initialize()
/external/llvm/docs/
DLinkTimeOptimization.rst19 The LLVM Link Time Optimizer provides complete transparency, while doing
/external/skia/dm/
DAndroid.mk544 ../gm/transparency.cpp \
/external/opencv3/doc/tutorials/core/mat_the_basic_image_container/
Dmat_the_basic_image_container.markdown116 red, green and blue. To code the transparency of a color sometimes a fourth element: alpha (A) is
/external/libpng/
Dlibpng-manual.txt884 simulate transparency over large areas - use 16 bits or the PNG mode in
1134 to transparency
1424 trans_alpha - array of alpha (transparency)
1678 The color used for the transparency values should be supplied in the same
1703 transparency information in a tRNS chunk. This is most useful on
1793 if there is no transparency in the original or the final
1814 be the level of transparency instead of opacity, you can invert the
1947 composite images with alpha or simple transparency against the supplied
3052 trans_alpha - array of alpha (transparency)
3339 to transparency
[all …]
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md467 by adding transparency. Backwards-compatibility hooks are in place.
512 - Tick color is now auto-generated as the base color with some transparency,
/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. -->

12