Home
last modified time | relevance | path

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

/external/skia/gm/
Daaclip.cpp204 SkPath fVPath, fHPath; member in ClipCubicGM
207 fVPath.moveTo(W, 0); in ClipCubicGM()
208 fVPath.cubicTo(W, H-10, 0, 10, 0, H); in ClipCubicGM()
212 fVPath.transform(pivot, &fHPath); in ClipCubicGM()
255 this->drawAndClip(canvas, fVPath, 200, 0); in onDraw()