Lines Matching refs:pts
26 // iter.pts();
72 auto [verb, pts, w] = *fIter;
80 if (pts[3] == pts[2]) {
84 if (pts[2] == pts[1]) {
87 if (pts[1] == pts[0]) {
88 fLastDegenerateStrokePt = pts;
91 this->enqueue((Verb)verb, pts, w);
95 fFirstPtsInContour = pts;
102 fLastDegenerateStrokePt = pts;
105 if (pts[0] != fFirstPtsInContour[0]) {
107 fClosePts = {pts[0], fFirstPtsInContour[0]};
127 const SkPoint* pts() const { return this->atPts(1); }
158 void enqueue(Verb verb, const SkPoint* pts, const float* w) {
162 fPts[i] = pts;