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

  /external/skia/src/images/
fpdfemb.h 520 typedef void* FPDFEMB_PAGE;
531 FPDFEMB_RESULT FPDFEMB_LoadPage(FPDFEMB_DOCUMENT document, int index, FPDFEMB_PAGE* page);
540 FPDFEMB_RESULT FPDFEMB_ClosePage(FPDFEMB_PAGE page);
551 FPDFEMB_RESULT FPDFEMB_GetPageSize(FPDFEMB_PAGE page, int* width, int* height);
574 FPDFEMB_RESULT FPDFEMB_GetPageBBox(FPDFEMB_PAGE page, FPDFEMB_RECT* rect);
604 FPDFEMB_RESULT FPDFEMB_StartParse(FPDFEMB_PAGE page, FPDFEMB_BOOL text_only,
624 FPDFEMB_RESULT FPDFEMB_ContinueParse(FPDFEMB_PAGE page, FPDFEMB_PAUSE* pause);
634 int FPDFEMB_GetParseProgress(FPDFEMB_PAGE page);
669 FPDFEMB_RESULT FPDFEMB_StartQuickDraw(FPDFEMB_BITMAP dib, FPDFEMB_PAGE page,
686 FPDFEMB_RESULT FPDFEMB_ContinueQuickDraw(FPDFEMB_PAGE page, FPDFEMB_PAUSE* pause)
    [all...]
SkImageDecoder_fpdfemb.cpp 38 bool render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm,
125 bool SkFPDFEMBImageDecoder::render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm,
205 FPDFEMB_PAGE page;

Completed in 38 milliseconds