Home
last modified time | relevance | path

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

/external/chromium_org/cc/base/
Dtiling_data.cc140 gfx::Rect rect_top_left(TileBounds(index_x, index_y)); in ExpandRectIgnoringBordersToTileBounds() local
143 return gfx::UnionRects(rect_top_left, rect_bottom_right); in ExpandRectIgnoringBordersToTileBounds()
156 gfx::Rect rect_top_left(TileBounds(index_x, index_y)); in ExpandRectToTileBounds() local
159 return gfx::UnionRects(rect_top_left, rect_bottom_right); in ExpandRectToTileBounds()