HomeSort by relevance Sort by last modified time
    Searched defs:OPACITY (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/
workspace_controller.cc 116 ui::LayerAnimationElement::OPACITY,
  /external/chromium_org/cc/output/
filter_operation.h 31 OPACITY,
95 return FilterOperation(OPACITY, amount);
  /external/chromium_org/ui/compositor/
layer_animation_element.h 32 OPACITY,
49 float opacity; member in struct:ui::LayerAnimationElement::TargetValue
85 // Creates an element that transitions to the given opacity. The caller owns
88 float opacity,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.h 57 OPACITY,
214 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
224 virtual bool affectsOpacity() const { return m_type == OPACITY; }
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 233 params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
362 // Set the panel to 0 opacity until it has been positioned to prevent it
847 ui::LayerAnimationElement::OPACITY);

Completed in 3458 milliseconds