Searched defs:bestY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp21 int bestY = this->height() + 1; local
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
31 bestY = y;
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
40 loc->fY = bestY;
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp21 int bestY = this->height() + 1; local
27 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
31 bestY = y;
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
40 loc->fY = bestY;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp46 SkScalar bestY = SK_ScalarMin; local
57 if (bestY > contour->bounds().fBottom) {
63 SkScalar testY = bestY;
99 bestY = testY;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp46 SkScalar bestY = SK_ScalarMin; local
57 if (bestY > contour->bounds().fBottom) {
63 SkScalar testY = bestY;
99 bestY = testY;

Completed in 788 milliseconds