Searched refs:fGiantCircle (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dconicpaths.cpp78 fGiantCircle.moveTo(2.1e+11f, -1.05e+11f);
79 fGiantCircle.conicTo(2.1e+11f, 0, 1.05e+11f, 0, w);
80 fGiantCircle.conicTo(0, 0, 0, -1.05e+11f, w);
81 fGiantCircle.conicTo(0, -2.1e+11f, 1.05e+11f, -2.1e+11f, w);
82 fGiantCircle.conicTo(2.1e+11f, -2.1e+11f, 2.1e+11f, -1.05e+11f, w);
89 canvas->drawPath(fGiantCircle, paint);
128 SkPath fGiantCircle; member in class:ConicPathsGM

Completed in 76 milliseconds