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
444
max_point_
(-1, -1),
463
max_point_
= gfx::Point(0, 0);
477
max_point_
= gfx::Point(
485
max_point_
= gfx::Point(
486
std::min(
max_point_
.x(), picture->max_pixel_cell_.x()),
487
std::min(
max_point_
.y(), picture->max_pixel_cell_.y()));
493
if (current_y_ <=
max_point_
.y())
506
DCHECK(current_y_ <=
max_point_
.y());
512
if (current_x_ >
max_point_
.x()) {
515
if (current_y_ >
max_point_
.y())
[
all
...]
picture.h
121
gfx::Point
max_point_
;
member in class:cc::Picture::PixelRefIterator
Completed in 67 milliseconds