Searched refs:rectangleFits (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrRectanizerSkyline.cpp | 26 if (this->rectangleFits(i, width, height, &y)) { in addRect() 52 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits() function in GrRectanizerSkyline
|
D | GrRectanizerSkyline.h | 56 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
|
/third_party/flutter/skia/src/gpu/ |
D | GrRectanizer_skyline.cpp | 24 if (this->rectangleFits(i, width, height, &y)) { in addRect() 50 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits() function in GrRectanizerSkyline
|
D | GrRectanizer_skyline.h | 54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
|