Returns a non-zero, globally unique value. A different value is returned if verb array, Point array, or conic weight changes. Setting PathFillMode does not change generation identifier. Each time the path is modified, a different generation identifier will be returned. {@l
()
| 1926 | * @see <a href="https://bugs.chromium.org/p/skia/issues/detail?id=1762">https://bugs.chromium.org/p/skia/issues/detail?id=1762</a> |
| 1927 | */ |
| 1928 | public int getGenerationId() { |
| 1929 | try { |
| 1930 | Stats.onNativeCall(); |
| 1931 | return _nGetGenerationId(_ptr); |
| 1932 | } finally { |
| 1933 | Reference.reachabilityFence(this); |
| 1934 | } |
| 1935 | } |
| 1936 | |
| 1937 | /** |
| 1938 | * Returns if Path data is consistent. Corrupt Path data is detected if |