Home
last modified time | relevance | path

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

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