Home | History | Annotate | Download | only in resources

Lines Matching refs:right

262       // delta edge rect toward the right, it would either hit the right edge
271 // either on the left or the right. The |left_rect| and |right_rect|,
322 int right = left + tiling_.TileSizeX(min_toss_x);
326 int left_until = std::min(interest_rect_over_tiles.x(), right);
327 int right_until = std::max(interest_rect_over_tiles.right(), left);
338 gfx::Rect right_rect(right_until, top, right - right_until, bottom - top);
339 gfx::Rect top_rect(left, top, right - left, top_until - top);
341 left, bottom_until, right - left, bottom - bottom_until);
360 int right = min_tiling_rect_over_tiles.right();
364 int left_until = std::min(interest_rect_over_tiles.x(), right);
365 int right_until = std::max(interest_rect_over_tiles.right(), left);
374 gfx::Rect right_rect(right_until, top, right - right_until, bottom - top);
375 gfx::Rect top_rect(left, top, right - left, top_until - top);
377 left, bottom_until, right - left, bottom - bottom_until);