OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rectangleFits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.h
54
bool
rectangleFits
(int skylineIndex, int width, int height, int* y) const;
GrRectanizer_skyline.cpp
25
if (this->
rectangleFits
(i, width, height, &y)) {
51
bool GrRectanizerSkyline::
rectangleFits
(int skylineIndex, int width, int height, int* ypos) const {
Completed in 812 milliseconds