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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 174 SkOpSegment** topStart) {
189 if (*topStart) {
203 *topStart = testSegment;
SkPathOpsCommon.cpp 226 SkOpSegment* topStart = NULL;
242 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
247 if (!topStart) {
251 result = topStart->findTop(index, endIndex, unsortable, onlySortable);
SkOpContour.h 206 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);
  /external/skia/src/pathops/
SkOpContour.cpp 174 SkOpSegment** topStart) {
189 if (*topStart) {
203 *topStart = testSegment;
SkPathOpsCommon.cpp 226 SkOpSegment* topStart = NULL;
242 contour->topSortableSegment(*topLeft, &bestXY, &topStart);
247 if (!topStart) {
251 result = topStart->findTop(index, endIndex, unsortable, onlySortable);
SkOpContour.h 206 void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment** topStart);

Completed in 459 milliseconds