HomeSort by relevance Sort by last modified time
    Searched defs:getPageAttributes (Results 1 - 2 of 2) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.h 49 status_t (*getPageAttributes)(pdf_render_ifc_t *self, int page,
pdf_render.c 60 static int getPageAttributes(pdf_render_ifc_t *obj, int page, double *width, double *height) {
61 LOGD("getPageAttributes %p %d", obj, page);
143 self->ifc.getPageAttributes = getPageAttributes;

Completed in 2283 milliseconds