Searched refs:m_pFontFile (Results 1 – 3 of 3) sorted by relevance
87 m_pFontFile = NULL; in CPDF_Font()100 if (m_pFontFile) { in ~CPDF_Font()102 const_cast<CPDF_Stream*>(m_pFontFile->GetStream()->AsStream())); in ~CPDF_Font()250 m_pFontFile = m_pDocument->LoadFontFile(pFontFile); in LoadFontDescriptor()251 if (!m_pFontFile) in LoadFontDescriptor()254 const uint8_t* pFontData = m_pFontFile->GetData(); in LoadFontDescriptor()255 FX_DWORD dwFontSize = m_pFontFile->GetSize(); in LoadFontDescriptor()258 const_cast<CPDF_Stream*>(m_pFontFile->GetStream()->AsStream())); in LoadFontDescriptor()259 m_pFontFile = nullptr; in LoadFontDescriptor()748 if (m_pFontFile) in IsStandardFont()[all …]
1195 ->m_CMapManager.GetPredefinedCMap(cmap, m_pFontFile && m_bType1); in _Load()1221 !m_pFontFile && (m_pCMap->m_Coding == CIDCODING_CID || in _Load()1239 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in _Load()1247 if (m_pFontFile) { in _Load()1336 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) { in GetCharBBox()1461 if (!m_pFontFile && !m_pCIDToGIDMap) { in GlyphFromCharCode()1580 if (m_pFontFile && !m_pCMap->m_pMapping) in GlyphFromCharCode()1718 if (m_Charset != CIDSET_JAPAN1 || m_pFontFile) in GetCIDTransform()
140 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL; in IsEmbedded()145 CPDF_StreamAcc* GetFontFile() const { return m_pFontFile; } in GetFontFile()245 CPDF_StreamAcc* m_pFontFile; variable