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

  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 64 *fPathPts.append() = curveStart;
67 int ptsCount = fPathPts.count();
69 && fPathPts[ptsCount - 2] == curveStart) {
71 fPathPts.pop();
73 fPathPts[ptsCount - 1] = curveStart;
99 *fPathPts.append() = pts[0];
108 fPathPts.top() = curve[0] = pts[1];
156 fPathPts.append(ptCount, &pts[1]);
178 SkPoint* pointsPtr = fPathPts.begin() - 1;
SkOpEdgeBuilder.h 63 SkTDArray<SkPoint> fPathPts;

Completed in 38 milliseconds