Lines Matching refs:fPaths
429 fPaths.emplace_back(PathData{path, tolerance});
450 int instanceCount = fPaths.count();
454 PathGeoBuilder::PathHasMultipleSubpaths(fPaths[0].fPath);
500 for (int i = 0; i < fPaths.count(); i++) {
501 const PathData& args = fPaths[i];
544 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin());
551 fColor.toBytes_RGBA(), fPaths.count());
552 for (const auto& path : fPaths) {
570 SkSTArray<1, PathData, true> fPaths;