Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h88 #define PDFFONT_CIDFONT 4 macro
132 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL; in GetCIDFont()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp552 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()
719 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp115 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1041 CPDF_CIDFont::CPDF_CIDFont() : CPDF_Font(PDFFONT_CIDFONT) { in CPDF_CIDFont()
Dfpdf_font.cpp123 case PDFFONT_CIDFONT: in GetFontTypeName()