Searched refs:pFileRead (Results 1 – 5 of 5) sorted by relevance
35 IFX_SeekableReadStream* pFileRead = in FPF_SkiaStream_Read() local37 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() argument369 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()
34 FXFT_Face GetFontFace(const RetainPtr<IFX_SeekableReadStream>& pFileRead,
95 const RetainPtr<IFX_SeekableReadStream>& pFileRead,
80 const RetainPtr<IFX_SeekableReadStream>& pFileRead, in CPDF_DataAvail() argument84 pdfium::MakeRetain<CPDF_ReadValidator>(pFileRead, m_pFileAvail)), in CPDF_DataAvail()
579 RetainPtr<IFX_SeekableReadStream> pFileRead = in VerifyUnicode() local581 if (!pFileRead) in VerifyUnicode()584 FXFT_Face pFace = LoadFace(pFileRead, pDesc->m_nFaceIndex); in VerifyUnicode()