Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp54 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()
Dcpdf_truetypefont.cpp46 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()
Dcpdf_simplefont.cpp65 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()
Dcpdf_font.h100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded()
148 RetainPtr<CPDF_StreamAcc> m_pFontFile; variable
Dcpdf_cidfont.cpp402 } 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()