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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 173 void SkOpContour::topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY,
196 if (bestXY->fY < testXY.fY) {
199 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
204 *bestXY = testXY;
SkPathOpsCommon.cpp 224 SkPoint bestXY = {SK_ScalarMax, SK_ScalarMax};
242 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
250 *topLeft = bestXY;
SkOpContour.h 206 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);
  /external/skia/src/pathops/
SkOpContour.cpp 173 void SkOpContour::topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY,
196 if (bestXY->fY < testXY.fY) {
199 if (bestXY->fY == testXY.fY && bestXY->fX < testXY.fX) {
204 *bestXY = testXY;
SkPathOpsCommon.cpp 224 SkPoint bestXY = {SK_ScalarMax, SK_ScalarMax};
242 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
250 *topLeft = bestXY;
SkOpContour.h 206 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 141 milliseconds