OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_point_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture.cc
381
min_point_
(-1, -1),
399
min_point_
= gfx::Point(0, 0);
411
min_point_
= gfx::Point(
419
min_point_
= gfx::Point(
420
std::max(
min_point_
.x(), picture->min_pixel_cell_.x()),
421
std::max(
min_point_
.y(), picture->min_pixel_cell_.y()));
427
// the first increment will point at
min_point_
.
428
current_x_ =
min_point_
.x() - cell_size.width();
429
current_y_ =
min_point_
.y();
451
current_x_ =
min_point_
.x()
[
all
...]
picture.h
111
gfx::Point
min_point_
;
member in class:cc::Picture::PixelRefIterator
Completed in 610 milliseconds