HomeSort by relevance Sort by last modified time
    Searched full:rectanglefits (Results 1 - 2 of 2) sorted by null

  /external/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 511 milliseconds