HomeSort by relevance Sort by last modified time
    Searched refs:bestY (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 21 int bestY = this->height() + 1;
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/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 952 var bestY = null;
975 if (bestY != null && y > bestY + bestHeight / 2) {
980 bestY = null;
1000 bestY = y;
1007 bestY = y;
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 46 SkScalar bestY = SK_ScalarMin;
57 if (bestY > contour->bounds().fBottom) {
63 SkScalar testY = bestY;
99 bestY = testY;
SkOpSegment.h 312 int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething,
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 90 milliseconds