Home
last modified time | relevance | path

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

/external/skia/gm/
Dnested.cpp56 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/
Dnested.cpp48 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()