OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:draw_properties_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
layer.h
217
DrawProperties<Layer>& draw_properties() { return
draw_properties_
; }
219
return
draw_properties_
;
223
//
draw_properties_
225
return
draw_properties_
.target_space_transform;
228
return
draw_properties_
.screen_space_transform;
230
float draw_opacity() const { return
draw_properties_
.opacity; }
232
return
draw_properties_
.opacity_is_animating;
235
return
draw_properties_
.target_space_transform_is_animating;
238
return
draw_properties_
.screen_space_transform_is_animating;
241
return
draw_properties_
.screen_space_opacity_is_animating
625
DrawProperties<Layer>
draw_properties_
;
member in class:cc::Layer
[
all
...]
layer_impl.h
297
return
draw_properties_
;
300
return
draw_properties_
;
304
//
draw_properties_
306
return
draw_properties_
.target_space_transform;
309
return
draw_properties_
.screen_space_transform;
311
float draw_opacity() const { return
draw_properties_
.opacity; }
313
return
draw_properties_
.opacity_is_animating;
316
return
draw_properties_
.target_space_transform_is_animating;
319
return
draw_properties_
.screen_space_transform_is_animating;
322
return
draw_properties_
.screen_space_opacity_is_animating
664
DrawProperties<LayerImpl>
draw_properties_
;
member in class:cc::LayerImpl
[
all
...]
Completed in 31 milliseconds