/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()
|
D | GifHeaderParser.java | 158 header.currentFrame.transparency = (packed & 1) != 0; in readGraphicControlExt()
|
/external/skia/site/user/ |
D | index.md | 9 * antialiasing, transparency, filters
|
/external/v8/tools/profviz/ |
D | composer.js | 402 function DrawBarBase(color, start, end, top, bottom, transparency) { argument 408 if (transparency) { 409 command += " fs transparent solid " + transparency;
|
/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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | ParticleEmitter.java | 444 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/ |
D | py_image_arithmetics.markdown | 39 blending or transparency. Images are added as per the equation below:
|
/external/pdfium/core/src/fxcodec/lgif/ |
D | fx_gif.h | 78 uint8_t transparency : 1; member
|
D | fx_gif.cpp | 1041 ((GifCEF*)&gif_image_ptr->image_gce_ptr->gce_flag)->transparency in _gif_load_frame()
|
/external/opencv3/doc/py_tutorials/py_gui/py_image_display/ |
D | py_image_display.markdown | 21 - cv2.IMREAD_COLOR : Loads a color image. Any transparency of image will be neglected. It is the
|
/external/webp/ |
D | README | 157 -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/ |
D | README | 79 pgm-file containing the alpha-channel. When reading, transparency chunks
|
/external/skia/bench/ |
D | Android.mk | 388 ../gm/transparency.cpp \
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | render_int.h | 126 int transparency,
|
D | fpdf_render.cpp | 189 int transparency, in Initialize() argument 240 m_Transparency = transparency; in Initialize()
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 19 The LLVM Link Time Optimizer provides complete transparency, while doing
|
/external/skia/dm/ |
D | Android.mk | 544 ../gm/transparency.cpp \
|
/external/opencv3/doc/tutorials/core/mat_the_basic_image_container/ |
D | mat_the_basic_image_container.markdown | 116 red, green and blue. To code the transparency of a color sometimes a fourth element: alpha (A) is
|
/external/libpng/ |
D | libpng-manual.txt | 884 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/ |
D | NEWS.md | 467 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/ |
D | pdftheory.md | 215 between Skia and PDF’s support for transparency (which will be
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 1236 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. -->
|