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_impl.h 279 void SetOverdrawBottomHeight(float overdraw_bottom_height);
280 float overdraw_bottom_height() const { return overdraw_bottom_height_; } function in class:cc::LayerTreeHostImpl
layer_tree_host.h 207 void SetOverdrawBottomHeight(float overdraw_bottom_height);
210 float overdraw_bottom_height() const { return overdraw_bottom_height_; } function in class:cc::LayerTreeHost

Completed in 60 milliseconds