Lines Matching defs:fPts
50 Patch() { sk_bzero(fPts, sizeof(fPts)); }
54 memcpy(fPts, pts, 12 * sizeof(SkPoint));
55 fPts[12] = pts[0]; // the last shall be first
63 SkPoint fPts[13];
121 eval_patch_edge(fPts + 0, edge0, nu);
122 eval_patch_edge(fPts + 3, edge1, nv);
123 eval_patch_edge(fPts + 6, edge2, nu);
124 eval_patch_edge(fPts + 9, edge3, nv);
211 SkPoint fPts[12] = {
258 patch.setPatch(fPts);
264 canvas->drawPoints(SkCanvas::kPoints_PointMode, SK_ARRAY_COUNT(fPts), fPts, paint);
302 for (size_t i = 0; i < SK_ARRAY_COUNT(fPts); i++) {
303 if (hittest(fPts[i], x, y)) {
311 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX - DX, click->fCurr.fY - DY);