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

1 2

  /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 88 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 129 uint8 transparency) {
142 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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 281 * @param transparency with or without transparency
286 boolean transparency, byte[] clut) {
293 if (true == transparency) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccUtils.java 428 * @param transparency with or without transparency
432 boolean transparency) {
442 if (true == transparency) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 428 * @param transparency with or without transparency
432 boolean transparency) {
442 if (true == transparency) {
  /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/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 98 int transparency, FX_BOOL bDropObjects, CPDF_Dictionary* pFormResource = NULL,

Completed in 593 milliseconds

1 2