Searched refs:AddShape (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | nested.cpp | 56 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() function in skiagm::NestedGM 108 AddShape(&path, outerRect, (Shapes) outerShape, SkPathDirection::kCW); in onDraw() 109 AddShape(&path, innerRects[innerRect], (Shapes) innerShape, in onDraw()
|
/external/skqp/gm/ |
D | nested.cpp | 48 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape() function in skiagm::NestedGM 100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction); in onDraw() 101 AddShape(&path, innerRects[innerRect], (Shapes) innerShape, in onDraw()
|