Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DSkPath_cubicTo_example.cpp33 SkPath threeSegments; in draw() local
34 threeSegments.moveTo(a); in draw()
35 threeSegments.lineTo(b); in draw()
36 threeSegments.lineTo(c); in draw()
37 threeSegments.lineTo(d); in draw()
39 canvas->drawPath(threeSegments, paint); in draw()
DSkPath_cubicTo_example_parametric.cpp42 SkPath threeSegments; in draw() local
43 threeSegments.moveTo(a); in draw()
44 threeSegments.lineTo(b); in draw()
45 threeSegments.lineTo(c); in draw()
46 threeSegments.lineTo(d); in draw()
48 canvas->drawPath(threeSegments, paint); in draw()