Home
last modified time | relevance | path

Searched refs:rect_bottom_right (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/base/
Dtiling_data.cc141 gfx::Rect rect_bottom_right(TileBounds(index_right, index_bottom)); in ExpandRectIgnoringBordersToTileBounds() local
143 return gfx::UnionRects(rect_top_left, rect_bottom_right); in ExpandRectIgnoringBordersToTileBounds()
157 gfx::Rect rect_bottom_right(TileBounds(index_right, index_bottom)); in ExpandRectToTileBounds() local
159 return gfx::UnionRects(rect_top_left, rect_bottom_right); in ExpandRectToTileBounds()