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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCurve.h 117 static SkPoint (* const CurveTop[])(const SkPoint[], double , double ) = {
SkOpSegment.cpp 143 SkPoint curveTop = (*CurveTop[SkPathOpsVerbToPoints(fVerb)])(fPts, lastT, span.fT);
144 if (topPt.fY > curveTop.fY || (topPt.fY == curveTop.fY
145 && topPt.fX > curveTop.fX)) {
146 topPt = curveTop;
    [all...]

Completed in 29 milliseconds