OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interest_rect_over_tiles
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/resources/
picture_pile.cc
189
gfx::Rect
interest_rect_over_tiles
=
local
326
int left_until = std::min(
interest_rect_over_tiles
.x(), right);
327
int right_until = std::max(
interest_rect_over_tiles
.right(), left);
328
int top_until = std::min(
interest_rect_over_tiles
.y(), bottom);
329
int bottom_until = std::max(
interest_rect_over_tiles
.bottom(), top);
362
int top_until = std::min(
interest_rect_over_tiles
.y(), bottom);
363
int bottom_until = std::max(
interest_rect_over_tiles
.bottom(), top);
364
int left_until = std::min(
interest_rect_over_tiles
.x(), right);
365
int right_until = std::max(
interest_rect_over_tiles
.right(), left);
412
// We subtract the |
interest_rect_over_tiles
| which represents the bound
[
all
...]
Completed in 84 milliseconds