Searched refs:skylineIndex (Results 1 - 2 of 2) sorted by relevance
| /third_party/skia/src/gpu/ |
| H A D | GrRectanizerSkyline.cpp | 52 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits() argument 53 int x = fSkyline[skylineIndex].fX; in rectangleFits() 59 int i = skylineIndex; in rectangleFits() 60 int y = fSkyline[skylineIndex].fY; in rectangleFits() 75 void GrRectanizerSkyline::addSkylineLevel(int skylineIndex, int x, int y, int width, int height) { 80 fSkyline.insert(skylineIndex, 1, &newSegment); 86 for (int i = skylineIndex+1; i < fSkyline.count(); ++i) {
|
| H A D | GrRectanizerSkyline.h | 53 // the skyline segments >= 'skylineIndex'? If so, return true and fill in 55 // 'skylineIndex's segment. 56 bool rectangleFits(int skylineIndex, int width, int height, int* y) const; 59 void addSkylineLevel(int skylineIndex, int x, int y, int width, int height);
|
Completed in 1 milliseconds