(PathFillMode fillMode)
| 134 | } |
| 135 | |
| 136 | public Path setFillMode(PathFillMode fillMode) { |
| 137 | Stats.onNativeCall(); |
| 138 | _nSetFillMode(_ptr, fillMode.ordinal()); |
| 139 | return this; |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Returns true if the path is convex. If necessary, it will first compute the convexity. |