OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_point_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture.cc
382
max_point_
(-1, -1),
400
max_point_
= gfx::Point(0, 0);
414
max_point_
= gfx::Point(
422
max_point_
= gfx::Point(
423
std::min(
max_point_
.x(), picture->max_pixel_cell_.x()),
424
std::min(
max_point_
.y(), picture->max_pixel_cell_.y()));
430
if (current_y_ <=
max_point_
.y())
443
DCHECK(current_y_ <=
max_point_
.y());
449
if (current_x_ >
max_point_
.x()) {
452
if (current_y_ >
max_point_
.y())
[
all
...]
picture.h
112
gfx::Point
max_point_
;
member in class:cc::Picture::PixelRefIterator
Completed in 1885 milliseconds