/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
GifFrame.java | 10 public boolean transparency; field in class:GifFrame 13 /* Transparency Index */
|
GifDecoder.java | 232 if (frame.transparency) { 245 if (frame.transparency) { 350 if (!currentFrame.transparency) { 363 if (!currentFrame.transparency) {
|
GifHeaderParser.java | 119 header.currentFrame.transparency = (packed & 1) != 0; 120 header.isTransparent |= header.currentFrame.transparency;
|
/external/chromium_org/pdf/ |
fading_control.cc | 24 int32 new_alpha = transparency() + alpha_shift_; 52 if (transparency() == kOpaqueAlpha && show) { 57 int delta = show ? kOpaqueAlpha - transparency() : transparency();
|
control.h | 53 virtual void AdjustTransparency(uint8 transparency, bool invalidate); 63 uint8 transparency() const { return transparency_; } function in class:chrome_pdf::Control
|
button.cc | 57 AlphaBlend(GetCurrentImage(), draw_rc, image_data, origin, transparency()); 122 void Button::AdjustTransparency(uint8 transparency, bool invalidate) { 124 if (transparency == kTransparentAlpha) 126 Control::AdjustTransparency(transparency, invalidate);
|
control.cc | 87 void Control::AdjustTransparency(uint8 transparency, bool invalidate) { 88 if (transparency_ != transparency) { 89 transparency_ = transparency;
|
button.h | 48 virtual void AdjustTransparency(uint8 transparency, bool invalidate);
|
fading_controls.h | 27 Control::Owner* delegate, uint8 transparency);
|
draw_utils.h | 42 uint8 transparency);
|
thumbnail_control.cc | 161 transparency()); 178 transparency()); 219 uint8 alpha = transparency();
|
page_indicator.cc | 89 AlphaBlend(buffer, draw_rc, image_data, origin, transparency());
|
fading_controls.cc | 31 Control::Owner* owner, uint8 transparency) { 32 current_transparency_ = transparency; 111 // Invalidate controls with new alpha transparency.
|
draw_utils.cc | 141 uint8 transparency) { 154 AlphaBlend(gradient, copy_rc, image, draw_rc.point(), transparency);
|
progress_control.cc | 167 transparency());
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 328 transparency: 0.0, // 0=opaque 349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 360 initialize : function(color, reflection, refraction, transparency, gloss) { 363 this.transparency = transparency; 373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { 393 this.transparency = transparency [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 328 transparency: 0.0, // 0=opaque 349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 360 initialize : function(color, reflection, refraction, transparency, gloss) { 363 this.transparency = transparency; 373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { 393 this.transparency = transparency [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
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...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 322 transparency: 0.0, // 0=opaque 343 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 354 initialize : function(color, reflection, refraction, transparency, gloss) { 357 this.transparency = transparency; 367 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { 387 this.transparency = transparency [all...] |
/external/chromium_org/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...] |
/external/chromium_org/v8/tools/profviz/ |
composer.js | 402 function DrawBarBase(color, start, end, top, bottom, transparency) { 408 if (transparency) { 409 command += " fs transparent solid " + transparency;
|
/external/chromium_org/ui/login/ |
display_manager.js | 290 * Toggles background of main body between transparency and solid. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |