Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleDegenerateQuads.cpp333 SkPath outsetPath; in onDrawContent() local
334 outsetPath.addPoly(gpuOutset, 4, true); in onDrawContent()
336 canvas->drawPath(outsetPath, linePaint); in onDrawContent()