Lines Matching refs:fPaths
36 SkPath* conicCirlce = &fPaths.push_back(); in onOnceBeforeDraw()
45 SkPath* hyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
50 SkPath* thinHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
55 SkPath* veryThinHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
60 SkPath* closedHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
66 SkPath* nearParabola = &fPaths.push_back(); in onOnceBeforeDraw()
71 SkPath* thinEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
76 SkPath* veryThinEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
81 SkPath* closedEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
108 for (int p = 0; p < fPaths.count(); ++p) { in onDraw()
117 const SkRect& bounds = fPaths[p].getBounds(); in onDraw()
120 canvas->drawPath(fPaths[p], paint); in onDraw()
136 SkTArray<SkPath> fPaths; member in ConicPathsGM