Searched refs:FXSYS_FILE (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dcdjpeg.h34 FXSYS_FILE *input_file;
62 FXSYS_FILE * output_file;
141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FXSYS_FILE * infile));
150 EXTERN(FXSYS_FILE *) read_stdin JPP((void));
151 EXTERN(FXSYS_FILE *) write_stdout JPP((void));
H A Djmemsys.h132 FXSYS_FILE * temp_file; /* stdio reference to temp file */
H A Djpeglib.h978 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FXSYS_FILE * outfile));
979 EXTERN(void) jpeg_stdio_src JPP((j_decompress_ptr cinfo, FXSYS_FILE * infile));
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_platforms.h34 FXSYS_FILE* m_hFile;
H A Dfx_basic_gcc.cpp117 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode)
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h175 #define FXSYS_FILE FILE macro
194 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp519 static CFX_ByteString _FPDF_ReadStringFromFile(FXSYS_FILE* pFile, FX_DWORD size)
528 CFX_ByteString _FPDF_LoadTableFromTT(FXSYS_FILE* pFile, FX_LPCBYTE pTables, FX_DWORD nTables, FX_DWORD tag)
1352 FXSYS_FILE* pFile = FXSYS_fopen(path, "rb");
1390 void CFX_FolderFontInfo::ReportFace(CFX_ByteString& path, FXSYS_FILE* pFile, FX_DWORD filesize, FX_DWORD offset)
1476 FXSYS_FILE* pFile = NULL;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h978 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FXSYS_FILE * outfile));
979 EXTERN(void) jpeg_stdio_src JPP((j_decompress_ptr cinfo, FXSYS_FILE * infile));
/external/pdfium/core/include/fxge/
H A Dfx_font.h338 void ReportFace(CFX_ByteString& path, FXSYS_FILE* pFile, FX_DWORD filesize, FX_DWORD offset);

Completed in 163 milliseconds