Lines Matching refs:pFontStream
473 const RetainPtr<IFX_SeekableReadStream>& pFontStream, in LoadFace() argument
475 if (!pFontStream) in LoadFace()
491 ftStream->descriptor.pointer = static_cast<void*>(pFontStream.Get()); in LoadFace()
493 ftStream->size = static_cast<unsigned long>(pFontStream->GetSize()); in LoadFace()
624 RetainPtr<IFX_SeekableReadStream> pFontStream = in EnumFontsFromFontMapper() local
626 if (!pFontStream) in EnumFontsFromFontMapper()
631 RegisterFaces(pFontStream, &wsFaceName); in EnumFontsFromFontMapper()
688 RetainPtr<IFX_SeekableReadStream> pFontStream = in LoadFontInternal() local
690 if (!pFontStream) in LoadFontInternal()
694 if (!pInternalFont->LoadFile(pFontStream, iFaceIndex)) in LoadFontInternal()
702 m_IFXFont2FileRead[pFont] = pFontStream; in LoadFontInternal()
759 const RetainPtr<IFX_SeekableReadStream>& pFontStream, in RegisterFaces() argument
764 RetainPtr<CFX_Face> pFace = LoadFace(pFontStream, index++); in RegisterFaces()