Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
DSkPath_quadTo_example.cpp17 SkPath twoSegments; in draw() local
18 twoSegments.moveTo(a); in draw()
19 twoSegments.lineTo(b); in draw()
20 twoSegments.lineTo(c); in draw()
22 canvas->drawPath(twoSegments, paint); in draw()
DSkPath_quadTo_example_parametric.cpp34 SkPath twoSegments; in draw() local
35 twoSegments.moveTo(a); in draw()
36 twoSegments.lineTo(b); in draw()
37 twoSegments.lineTo(c); in draw()
39 canvas->drawPath(twoSegments, paint); in draw()