HomeSort by relevance Sort by last modified time
    Searched refs:transparency (Results 1 - 25 of 30) sorted by null

1 2

  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifFrame.java 11 boolean transparency; field in class:GifFrame
14 /** Transparency Index. */
GifDecoder.java 101 // We can't tell if a gif has transparency to decode a partial frame on top of a previous frame, or if the final
102 // frame will actually have transparent pixels, so we must always use a format that supports transparency. We can't
284 if (currentFrame.transparency) {
302 if (currentFrame.transparency) {
439 if (!currentFrame.transparency) {
GifHeaderParser.java 158 header.currentFrame.transparency = (packed & 1) != 0;
  /external/v8/benchmarks/
raytrace.js 327 transparency: 0.0, // 0=opaque
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 initialize : function(color, reflection, refraction, transparency, gloss) {
362 this.transparency = transparency;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
392 this.transparency = transparency
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 285 * @param transparency with or without transparency
290 boolean transparency, byte[] clut) {
297 if (true == transparency) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 447 * @param transparency with or without transparency
451 boolean transparency) {
461 if (true == transparency) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java 444 particle.transparency = transparencyValue.newLowValue();
445 particle.transparencyDiff = transparencyValue.newHighValue() - particle.transparency;
580 float a = particle.transparency + particle.transparencyDiff * transparencyValue.getScale(percent);
584 particle.transparency + particle.transparencyDiff * transparencyValue.getScale(percent));
899 output.write("- Transparency - \n");
1007 protected float transparency, transparencyDiff; field in class:ParticleEmitter.Particle
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 78 uint8_t transparency : 1; member in struct:tagGifCEF
fx_gif.cpp     [all...]
  /external/v8/tools/profviz/
composer.js 402 function DrawBarBase(color, start, end, top, bottom, transparency) {
408 if (transparency) {
409 command += " fs transparent solid " + transparency;
  /external/ImageMagick/www/api/
annotate.php 91 A image transparency channel enabled (true/false)
enhance.php 150 <p>When the 'channel' mask includes the matte/alpha transparency channel but one image has no such channel it is assumed that that image is a simple gray-scale image that will effect the alpha channel values, either for gray-scale coloring (with transparent or semi-transparent colors), or a histogram adjustment of existing alpha channel values. If both images have matte channels, direct and normal indexing is applied, which is rarely used.</p>
fx.php 467 <dd>percentage transparency. </dd>
image.php 932 <dd>the level of transparency: 0 is fully opaque and QuantumRange is fully transparent. </dd>
pixel-wand.php 944 <dd>the level of transparency: 1.0 is fully opaque and 0.0 is fully transparent. </dd>
    [all...]
magick-image.php     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 126 int transparency,
fpdf_render.cpp 189 int transparency,
240 m_Transparency = transparency;
735 int Transparency = m_Transparency;
744 Transparency = pFormObj->m_pForm->m_Transparency;
745 bGroupTransparent = !!(Transparency & PDFTRANS_ISOLATED);
787 FX_BOOL isolated = Transparency & PDFTRANS_ISOLATED;
791 if (!((Transparency & PDFTRANS_ISOLATED) || pSMaskDict || bTextClip) &&
873 if (Transparency & PDFTRANS_GROUP && group_alpha != 1.0f) {
876 Transparency = m_Transparency;
878 Transparency |= PDFTRANS_GROUP
    [all...]
  /external/skia/bench/
Android.mk 388 ../gm/transparency.cpp \
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 1460 float transparency = Math.min(1, delta \/ distance); local
    [all...]
  /external/skia/dm/
Android.mk 544 ../gm/transparency.cpp \
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 904 milliseconds

1 2