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

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

Completed in 52 milliseconds