OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pixel_cell_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture.h
142
gfx::Point
max_pixel_cell_
;
member in class:cc::Picture
picture.cc
285
max_pixel_cell_
= gfx::Point(max_x, max_y);
399
std::min(max_point_.x(), picture->
max_pixel_cell_
.x()),
400
std::min(max_point_.y(), picture->
max_pixel_cell_
.y()));
Completed in 902 milliseconds