Home | History | Annotate | Download | only in pathops

Lines Matching defs:fPts

19     SkDQuad fPts;
23 return fPts.collapsed();
27 return fPts.controlsInside();
31 fPts.debugInit();
37 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}
38 SkDEBUGPARAMS(fPts.fDebugGlobalState) }, fWeight};
43 SkOpGlobalState* globalState() const { return fPts.globalState(); }
50 fPts.set(pts SkDEBUGPARAMS(state));
55 const SkDPoint& operator[](int n) const { return fPts[n]; }
56 SkDPoint& operator[](int n) { return fPts[n]; }
63 fPts.align(endIndex, dstPt);
70 return fPts.hullIntersects(quad, isLinear);
74 return fPts.hullIntersects(conic.fPts, isLinear);
80 return fPts.isLinear(startIndex, endIndex);
84 return fPts.monotonicInX();
88 return fPts.monotonicInY();
92 fPts.otherPts(oddMan, endPt);