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() function
51 // DrawProperties::opacity may be different than LayerType::opacity, argument
56 // xxx_is_animating flags are used to indicate whether the DrawProperties argument
60 bool opacity_is_animating;
61 bool screen_space_opacity_is_animating;
62 bool target_space_transform_is_animating;
63 bool screen_space_transform_is_animating;
66 bool can_use_lcd_text;
69 bool is_clipped;
[all …]