Searched refs:m_pFontFile (Results 1 – 5 of 5) sorted by relevance
54 if (m_pFontFile) { in ~CPDF_Font()58 m_pFontFile->GetStream()->AsStream()); in ~CPDF_Font()214 m_pFontFile = pData->GetFontFileStreamAcc(pFontFile); in LoadFontDescriptor()215 if (!m_pFontFile) in LoadFontDescriptor()218 if (!m_Font.LoadEmbedded(m_pFontFile->GetSpan(), IsVertWriting())) { in LoadFontDescriptor()219 pData->MaybePurgeFontFileStreamAcc(m_pFontFile->GetStream()->AsStream()); in LoadFontDescriptor()220 m_pFontFile = nullptr; in LoadFontDescriptor()354 if (m_pFontFile) in IsStandardFont()
46 if (m_pFontFile && face->num_charmaps > 0 && in LoadGlyphMap()104 m_pFontFile ? FT_Get_Char_Index(face, charcode) : -1; in LoadGlyphMap()190 if (m_pFontFile || bFound) in LoadGlyphMap()197 if (m_pFontFile) { in LoadGlyphMap()
65 if (!m_pFontFile && charcode != 32) { in LoadCharMetrics()214 if (m_pFontFile) { in LoadCommon()222 LoadPDFEncoding(!!m_pFontFile, m_Font.IsTTFont()); in LoadCommon()234 if (m_GlyphIndex[i] != 0xffff && m_pFontFile) in LoadCommon()
100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded()148 RetainPtr<CPDF_StreamAcc> m_pFontFile; variable
402 } else if (m_pFontFile && pmap->GetString() == "Identity") { in Load()478 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) { in GetCharBBox()598 if (!m_pFontFile && (!m_pStreamAcc || m_pCID2UnicodeMap)) { in GlyphFromCharCode()708 if (m_pFontFile && m_pCMap->IsDirectCharcodeToCIDTableIsEmpty()) in GlyphFromCharCode()837 if (m_Charset != CIDSET_JAPAN1 || m_pFontFile) in GetCIDTransform()