Searched refs:fVPath (Results 1 – 1 of 1) sorted by relevance
/external/skia/gm/ |
D | aaclip.cpp | 204 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()
|