Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp120 m_pFontFile = NULL; in CPDF_Font()
134 if (m_pFontFile) { in ~CPDF_Font()
135 … m_pDocument->GetPageData()->ReleaseFontFileStreamAcc((CPDF_Stream*)m_pFontFile->GetStream()); in ~CPDF_Font()
288 m_pFontFile = m_pDocument->LoadFontFile(pFontFile); in LoadFontDescriptor()
289 if (m_pFontFile == NULL) { in LoadFontDescriptor()
292 FX_LPCBYTE pFontData = m_pFontFile->GetData(); in LoadFontDescriptor()
293 FX_DWORD dwFontSize = m_pFontFile->GetSize(); in LoadFontDescriptor()
296 m_pFontFile = NULL; in LoadFontDescriptor()
811 if (m_pFontFile != NULL) { in IsStandardFont()
857 if (m_pFontFile == NULL && charcode != 32) { in LoadCharMetrics()
[all …]
Dfpdf_font_cid.cpp919 m_pFontFile && m_bType1); in _Load()
941m_pFontFile == NULL && (m_pCMap->m_Coding == CIDCODING_CID || pCIDFontDict->KeyExist(FX_BSTRC("W")… in _Load()
958 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in _Load()
966 if (m_pFontFile) { in _Load()
1057 if (m_pFontFile == NULL && m_Charset == CIDSET_JAPAN1) { in GetCharBBox()
1181 if (m_pFontFile == NULL && m_pCIDToGIDMap == NULL) { in GlyphFromCharCode()
1297 if (m_pFontFile && m_pCMap->m_pMapping == NULL) { in GlyphFromCharCode()
1584 if (m_Charset != CIDSET_JAPAN1 || m_pFontFile != NULL) { in GetCIDTransform()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h133 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL; in IsEmbedded()
143 return m_pFontFile; in GetFontFile()
281 CPDF_StreamAcc* m_pFontFile; variable