Lines Matching defs:fPath
94 : fPath(p), fMatrix(m) {
121 const SkPath fPath;
148 {gAlmostIdentity, fPath, SK_PMColor4fTRANSPARENT},
149 fPath.countVerbs(),
162 {gAlmostIdentity, fPath, SK_PMColor4fTRANSPARENT},
163 fPath.countVerbs(),
182 benchmark_wangs_formula_cubic_log2(fMatrix, fPath);
187 benchmark_wangs_formula_cubic_log2(fMatrix, fPath);
192 benchmark_wangs_formula_cubic_log2(fMatrix, fPath);
224 benchmark_wangs_formula_conic(fMatrix, fPath);
228 benchmark_wangs_formula_conic_log2(fMatrix, fPath);
239 for (PathMiddleOutFanIter it(fPath); !it.done();) {
351 fTotalVerbCount += fPathStrokes[i].fPath.countVerbs();