Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp35 IFX_SeekableReadStream* pFileRead = in FPF_SkiaStream_Read() local
37 if (!pFileRead) in FPF_SkiaStream_Read()
40 if (!pFileRead->ReadBlock(buffer, (FX_FILESIZE)offset, in FPF_SkiaStream_Read()
367 const RetainPtr<IFX_SeekableReadStream>& pFileRead, in GetFontFace() argument
369 if (!pFileRead) in GetFontFace()
371 if (pFileRead->GetSize() == 0) in GetFontFace()
377 streamRec.size = pFileRead->GetSize(); in GetFontFace()
378 streamRec.descriptor.pointer = static_cast<void*>(pFileRead.Get()); in GetFontFace()
Dcfpf_skiafontmgr.h34 FXFT_Face GetFontFace(const RetainPtr<IFX_SeekableReadStream>& pFileRead,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.h95 const RetainPtr<IFX_SeekableReadStream>& pFileRead,
Dcpdf_data_avail.cpp80 const RetainPtr<IFX_SeekableReadStream>& pFileRead, in CPDF_DataAvail() argument
84 pdfium::MakeRetain<CPDF_ReadValidator>(pFileRead, m_pFileAvail)), in CPDF_DataAvail()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp579 RetainPtr<IFX_SeekableReadStream> pFileRead = in VerifyUnicode() local
581 if (!pFileRead) in VerifyUnicode()
584 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicode()