Home
last modified time | relevance | path

Searched refs:openNativeWithBuffer (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DDocument.java27 …protected native static Document openNativeWithBuffer(String magic, byte[] buffer, byte[] accelera… in openNativeWithBuffer() method in Document
44 return openNativeWithBuffer(magic, buffer, null); in openDocument()
48 return openNativeWithBuffer(magic, buffer, accelerator); in openDocument()