Move to the next contour in the path. Return true if one exists, or false if we're done with the path.
()
| 174 | * we're done with the path. |
| 175 | */ |
| 176 | public boolean nextContour() { |
| 177 | try { |
| 178 | Stats.onNativeCall(); |
| 179 | return _nNextContour(_ptr); |
| 180 | } finally { |
| 181 | ReferenceUtil.reachabilityFence(this); |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | @ApiStatus.Internal |
| 186 | public static class _FinalizerHolder { |