Home
last modified time | relevance | path

Searched refs:transparency (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/pdf/
Dfading_control.cc24 int32 new_alpha = transparency() + alpha_shift_; in OnTimerFired()
52 if (transparency() == kOpaqueAlpha && show) { in Fade()
57 int delta = show ? kOpaqueAlpha - transparency() : transparency(); in Fade()
Dbutton.cc57 AlphaBlend(GetCurrentImage(), draw_rc, image_data, origin, transparency()); in Paint()
122 void Button::AdjustTransparency(uint8 transparency, bool invalidate) { in AdjustTransparency() argument
124 if (transparency == kTransparentAlpha) in AdjustTransparency()
126 Control::AdjustTransparency(transparency, invalidate); in AdjustTransparency()
Dcontrol.cc87 void Control::AdjustTransparency(uint8 transparency, bool invalidate) { in AdjustTransparency() argument
88 if (transparency_ != transparency) { in AdjustTransparency()
89 transparency_ = transparency; in AdjustTransparency()
Dcontrol.h53 virtual void AdjustTransparency(uint8 transparency, bool invalidate);
63 uint8 transparency() const { return transparency_; } in transparency() function
Dthumbnail_control.cc161 transparency()); in Paint()
178 transparency()); in Paint()
219 uint8 alpha = transparency(); in Paint()
Dbutton.h48 virtual void AdjustTransparency(uint8 transparency, bool invalidate);
Ddraw_utils.h42 uint8 transparency);
Dfading_controls.h27 Control::Owner* delegate, uint8 transparency);
Dfading_controls.cc31 Control::Owner* owner, uint8 transparency) { in CreateFadingControls() argument
32 current_transparency_ = transparency; in CreateFadingControls()
Dpage_indicator.cc89 AlphaBlend(buffer, draw_rc, image_data, origin, transparency()); in Paint()
Ddraw_utils.cc141 uint8 transparency) { in GradientFill() argument
154 AlphaBlend(gradient, copy_rc, image, draw_rc.point(), transparency); in GradientFill()
Dprogress_control.cc167 transparency()); in Paint()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js328 transparency: 0.0, // 0=opaque property in Flog.RayTracer.Material.BaseMaterial
349 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
360 initialize : function(color, reflection, refraction, transparency, gloss) { argument
363 this.transparency = transparency;
373 …return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
393 this.transparency = transparency;
409 …return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
435 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
802 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js328 transparency: 0.0, // 0=opaque property in Flog.RayTracer.Material.BaseMaterial
349 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
360 initialize : function(color, reflection, refraction, transparency, gloss) { argument
363 this.transparency = transparency;
373 …return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
393 this.transparency = transparency;
409 …return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
435 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
802 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));
/external/chromium_org/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js322 transparency: 0.0, // 0=opaque property in Flog.RayTracer.Material.BaseMaterial
343 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
354 initialize : function(color, reflection, refraction, transparency, gloss) { argument
357 this.transparency = transparency;
367 …return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
387 this.transparency = transparency;
403 …return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
771 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.java10 public boolean transparency; field in GifFrame
DGifDecoder.java232 if (frame.transparency) { in getNextFrame()
245 if (frame.transparency) { in getNextFrame()
350 if (!currentFrame.transparency) { in setPixels()
363 if (!currentFrame.transparency) { in setPixels()
DGifHeaderParser.java119 header.currentFrame.transparency = (packed & 1) != 0; in readGraphicControlExt()
120 header.isTransparent |= header.currentFrame.transparency; in readGraphicControlExt()
/external/chromium_org/v8/tools/profviz/
Dcomposer.js402 function DrawBarBase(color, start, end, top, bottom, transparency) { argument
408 if (transparency) {
409 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/chromium_org/extensions/common/api/
Dapp_window.idl233 // Enable window background transparency.
372 // Can the window use alpha transparency?
467 // Fired when the window's ability to use alpha transparency changes.
/external/chromium_org/ppapi/api/
Dppb_image_data.idl119 * @param[in] init_to_zero A <code>PP_Bool</code> to determine transparency
/external/webp/
DREADME150 -alpha_q <int> ......... transparency-compression quality (0..100)
179 -alpha_method <int> .... transparency-compression method (0..1)
187 -noalpha ............... discard any transparency information

12