Lines Matching refs:fPath
94 : fPath(p), fMatrix(m) { in PathTessellateBenchmark()
121 const SkPath fPath; member in skgpu::PathTessellateBenchmark
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); in DEF_PATH_TESS_BENCH()
228 benchmark_wangs_formula_conic_log2(fMatrix, fPath); in DEF_PATH_TESS_BENCH()
239 for (PathMiddleOutFanIter it(fPath); !it.done();) {
351 fTotalVerbCount += fPathStrokes[i].fPath.countVerbs(); in onDelayedSetup()