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

  /external/skia/src/images/
fpdfemb.h 381 // Structure: FPDFEMB_FILE_ACCESS
383 struct FPDFEMB_FILE_ACCESS {
391 unsigned int (*GetSize)(struct FPDFEMB_FILE_ACCESS* file);
403 FPDFEMB_RESULT (*ReadBlock)(struct FPDFEMB_FILE_ACCESS* file, void* buffer,
461 FPDFEMB_RESULT FPDFEMB_StartLoadDocument(FPDFEMB_FILE_ACCESS* file, const char* password,
    [all...]
SkImageDecoder_fpdfemb.cpp 91 static unsigned int file_getsize(FPDFEMB_FILE_ACCESS* file) {
96 static FPDFEMB_RESULT file_readblock(FPDFEMB_FILE_ACCESS* file, void* dst,
192 FPDFEMB_FILE_ACCESS file;

Completed in 27 milliseconds