Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/output/ | |
compositor_frame_metadata.h | 39 float overdraw_bottom_height; member in class:cc::CompositorFrameMetadata |
/external/chromium_org/cc/trees/ | |
layer_tree_host.h | 203 void SetOverdrawBottomHeight(float overdraw_bottom_height); 206 float overdraw_bottom_height() const { return overdraw_bottom_height_; } function in class:cc::LayerTreeHost |
layer_tree_host_impl.h | 302 void SetOverdrawBottomHeight(float overdraw_bottom_height); 303 float overdraw_bottom_height() const { return overdraw_bottom_height_; } function in class:cc::LayerTreeHostImpl |