Searched refs:opPath (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Region_op_6.cpp | 10 SkPath xPath, opPath; in REG_FIDDLE() local 13 opPath.addCircle(64, 64, frame * 64); in REG_FIDDLE() 14 opPath.setFillType(SkPathFillType::kInverseWinding); in REG_FIDDLE() 17 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
H A D | Region_op_4.cpp | 10 SkPath xPath, opPath; in REG_FIDDLE() local 12 opPath.addCircle(64, 64, frame * 64); in REG_FIDDLE() 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
H A D | Region_op_5.cpp | 10 SkPath xPath, opPath; in REG_FIDDLE() local 12 opPath.addCircle(64, 64, frame * 64); in REG_FIDDLE() 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
H A D | Region_op_3.cpp | 10 SkPath xPath, opPath; in REG_FIDDLE() local 12 opPath.addCircle(64, 64, frame * 64); in REG_FIDDLE() 15 opRegion.setPath(opPath, SkRegion(drawBounds)); in REG_FIDDLE()
|
Completed in 1 milliseconds