Initializes Path from byte buffer. Returns null if the buffer is data is inconsistent, or the length is too small. Reads PathFillMode, verb array, Point array, conic weight, and additionally reads computed information like path convexity and bounds. Used only in concert wi
(byte[] data)
| 1907 | * @see <a href="https://fiddle.skia.org/c/@Path_readFromMemory">https://fiddle.skia.org/c/@Path_readFromMemory</a> |
| 1908 | */ |
| 1909 | public static Path makeFromBytes(byte[] data) { |
| 1910 | Stats.onNativeCall(); |
| 1911 | return new Path(_nMakeFromBytes(data)); |
| 1912 | } |
| 1913 | |
| 1914 | /** |
| 1915 | * <p>Returns a non-zero, globally unique value. A different value is returned |