Home
last modified time | relevance | path

Searched refs:rectangleFits (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrRectanizer_skyline.cpp24 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
DGrRectanizer_skyline.h54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
/external/skia/src/gpu/
DGrRectanizer_skyline.cpp24 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
DGrRectanizer_skyline.h54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;