Home
last modified time | relevance | path

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

/external/skia/gm/
Ddstreadshuffle.cpp72 if (fConcavePath.isEmpty()) { in drawShape()
79 fConcavePath.moveTo(points[0]); in drawShape()
81 fConcavePath.lineTo(points[(2 * i) % 5]); in drawShape()
83 fConcavePath.setFillType(SkPath::kEvenOdd_FillType); in drawShape()
84 SkASSERT(!fConcavePath.isConvex()); in drawShape()
86 canvas->drawPath(fConcavePath, *paint); in drawShape()
185 SkPath fConcavePath; member in skiagm::DstReadShuffle