Home
last modified time | relevance | path

Searched defs:DrawProperties (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
Ddraw_properties.h17 struct CC_EXPORT DrawProperties { struct
18 DrawProperties() in DrawProperties() argument
46 // DrawProperties::opacity may be different than LayerType::opacity, argument
51 // xxx_is_animating flags are used to indicate whether the DrawProperties argument
55 bool opacity_is_animating;
56 bool screen_space_opacity_is_animating;
57 bool target_space_transform_is_animating;
58 bool screen_space_transform_is_animating;
61 bool can_use_lcd_text;
64 bool is_clipped;
[all …]