Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.h95 const RetainPtr<IFX_SeekableReadStream>& pFileRead,
Dcpdf_syntax_parser.cpp39 ReadableSubStream(const RetainPtr<IFX_SeekableReadStream>& pFileRead, in ReadableSubStream() argument
42 : m_pFileRead(pFileRead), in ReadableSubStream()
Dcpdf_data_avail.cpp80 const RetainPtr<IFX_SeekableReadStream>& pFileRead, in CPDF_DataAvail() argument
83 pdfium::MakeRetain<CPDF_ReadValidator>(pFileRead, pFileAvail)), in CPDF_DataAvail()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp513 RetainPtr<IFX_SeekableReadStream> pFileRead = in VerifyUnicodeForFontDescriptor() local
515 if (!pFileRead) in VerifyUnicodeForFontDescriptor()
518 RetainPtr<CFX_Face> pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicodeForFontDescriptor()