Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 38) 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/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/external/skia/site/user/
Dindex.md9 * antialiasing, transparency, filters
/external/v8/tools/profviz/
Dcomposer.js400 function DrawBarBase(color, start, end, top, bottom, transparency) { argument
406 if (transparency) {
407 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/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h50 int transparency,
Dcpdf_renderstatus.cpp975 int transparency, in Initialize() argument
1021 m_Transparency = transparency; in Initialize()
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h71 uint8_t transparency : 1; member
Dfx_gif.cpp897 ((GifCEF*)&gif_image_ptr->image_gce_ptr->gce_flag)->transparency in gif_load_frame()
/external/fmtlib/doc/bootstrap/
Dcarousel.less202 // set alpha transparency for the best results possible.
/external/skia/gn/
Dgm.gni306 "$_gm/transparency.cpp",
/external/libpng/contrib/pngminus/
DREADME79 pgm-file containing the alpha-channel. When reading, transparency chunks
/external/webp/
DREADME224 -alpha_q <int> ......... transparency-compression quality (0..100),
257 -alpha_method <int> .... transparency-compression method (0..1), default=1
265 -noalpha ............... discard any transparency information
/external/llvm/docs/
DLinkTimeOptimization.rst19 The LLVM Link Time Optimizer provides complete transparency, while doing
/external/syslinux/com32/lib/libpng/
Dlibpng.txt387 to transparency
758 The colors used for the background and transparency values should be
782 transparency information in a tRNS chunk. This is most useful on
816 be the level of transparency instead of opacity, you can invert the
961 with alpha or simple transparency against the supplied background
2000 to transparency
2031 transparency, you can invert the alpha channel before you write it, so
DCHANGES181 fixed 256-color transparency bug (Greg Roelofs)
1790 Fix bug with handling of 16-bit transparency, introduced in 1.2.19beta2
1949 16-bit cheap transparency expansion, bug introduced in 1.2.19beta2
2621 change in version 1.2.41beta08 caused transparency to be handled wrong
/external/libcups/filter/
Dspec-ppd.shtml270 *% Do not allow 2-sided printing on transparency media
299 *cupsUIConstraints transparency: "*Duplex *MediaType Transparency"
324 <em>*% Specify the options to change for the 2-sided transparency constraint</em>
325 *cupsUIResolver transparency: "*Duplex None *MediaType Plain"
/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
3057 trans_alpha - array of alpha (transparency)
3344 to transparency
[all …]
/external/skia/third_party/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/skia/
DAndroid.bp1215 "gm/transparency.cpp",
2089 "gm/transparency.cpp",
/external/skia/site/dev/design/
Dpdftheory.md201 between Skia and PDF’s support for transparency (which will be

12