Lines Matching refs:CurveTop
138 SkPoint curveTop = (*CurveTop[SkPathOpsVerbToPoints(fVerb)])(fPts, lastT, span.fT);139 if (topPt.fY > curveTop.fY || (topPt.fY == curveTop.fY140 && topPt.fX > curveTop.fX)) {141 topPt = curveTop;