Searched refs:drawAndClip (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | aaclip.cpp | 255 void drawAndClip(SkCanvas* canvas, const SkPath& path, SkScalar dx, SkScalar dy) { in drawAndClip() function in ClipCubicGM 274 this->drawAndClip(canvas, fVPath, 200, 0); in onDraw() 276 this->drawAndClip(canvas, fHPath, 200, 0); in onDraw()
|
/external/skia/gm/ |
D | aaclip.cpp | 255 void drawAndClip(SkCanvas* canvas, const SkPath& path, SkScalar dx, SkScalar dy) { in drawAndClip() function in ClipCubicGM 274 this->drawAndClip(canvas, fVPath, 200, 0); in onDraw() 276 this->drawAndClip(canvas, fHPath, 200, 0); in onDraw()
|