Lines Matching refs:fPaths
27 SkPath* conicCirlce = &fPaths.push_back(); in onOnceBeforeDraw()
36 SkPath* hyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
41 SkPath* thinHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
46 SkPath* veryThinHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
51 SkPath* closedHyperbola = &fPaths.push_back(); in onOnceBeforeDraw()
57 SkPath* nearParabola = &fPaths.push_back(); in onOnceBeforeDraw()
62 SkPath* thinEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
67 SkPath* veryThinEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
72 SkPath* closedEllipse = &fPaths.push_back(); in onOnceBeforeDraw()
99 for (int p = 0; p < fPaths.count(); ++p) { in onDraw()
108 const SkRect& bounds = fPaths[p].getBounds(); in onDraw()
111 canvas->drawPath(fPaths[p], paint); in onDraw()
127 SkTArray<SkPath> fPaths; member in ConicPathsGM