HomeSort by relevance Sort by last modified time
    Searched refs:ContentRectToTileIndices (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/resources/
layer_tiling_data.cc 69 void LayerTilingData::ContentRectToTileIndices(gfx::Rect content_rect,
99 ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
124 ContentRectToTileIndices(
layer_tiling_data.h 85 void ContentRectToTileIndices(gfx::Rect rect,
  /external/chromium_org/cc/layers/
tiled_layer.cc 634 tiler_->ContentRectToTileIndices(
758 tiler_->ContentRectToTileIndices(gfx::Rect(content_bounds()),
777 tiler_->ContentRectToTileIndices(
799 tiler_->ContentRectToTileIndices(idle_paint_content_rect,
884 tiler_->ContentRectToTileIndices(
    [all...]
tiled_layer_impl.cc 160 tiler_->ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);

Completed in 208 milliseconds