Lines Matching defs:fPath
61 , fPath(path)
134 int patchPreallocCount = fTessellator->patchPreallocCount(fPath.countVerbs());
136 patchPreallocCount += fPath.countVerbs() - 1;
143 for (PathMiddleOutFanIter it(fPath); !it.done();) {
154 {pathMatrix, fPath, kCyan});
166 const SkPath fPath;
185 fPath.moveTo(1, 0);
189 fPath.lineTo(std::cos(theta), std::sin(theta));
191 fPath.transform(SkMatrix::Scale(200, 200));
192 fPath.transform(SkMatrix::Translate(300, 300));
194 fPath.moveTo(100, 500);
195 fPath.cubicTo(300, 400, -100, 300, 100, 200);
196 fPath.quadTo(250, 0, 400, 200);
197 fPath.conicTo(600, 350, 400, 500, fConicWeight);
198 fPath.close();
210 SkPath fPath;
245 fPath, canvas->getTotalMatrix(),
252 SkPath devPath = fPath;
283 const SkPoint* pts = SkPathPriv::PointData(fPath);
285 for (int i = 0; i < fPath.countPoints(); ++i) {
295 myClick->doClick(&fPath);
332 fPath.dump();
337 fPath = update_weight(fPath, fConicWeight);
341 fPath = update_weight(fPath, fConicWeight);
345 fPath = update_weight(fPath, fConicWeight);
349 fPath = update_weight(fPath, fConicWeight);