Lines Matching refs:topStart
4886 void topSortableSegment(const SkPoint& topLeft, SkPoint& bestXY, Segment*& topStart) {
4901 if (topStart) {
4915 topStart = testSegment;
6075 Segment* topStart = NULL;
6091 contour->topSortableSegment(topLeft, bestXY, topStart);
6096 if (!topStart) {
6100 result = topStart->findTop(index, endIndex, unsortable, onlySortable);