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

  /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

Completed in 37 milliseconds