Home
last modified time | relevance | path

Searched refs:bigConic (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/gm/
Dstlouisarch.cpp61 SkPath* bigConic = &fPaths.push_back(); in onOnceBeforeDraw() local
62 bigConic->moveTo(0, 0); in onOnceBeforeDraw()
63 bigConic->conicTo(kWidth/2, kHeight, kWidth, 0, .5); in onOnceBeforeDraw()