Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h44 #define PDFFONT_CIDFONT 4 macro
109 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL; in GetCIDFont()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp561 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()
695 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp159 case PDFFONT_CIDFONT: in GetFontTypeName()
444 pFont->m_FontType = PDFFONT_CIDFONT; in CreateFontF()
466 pFont->m_FontType = PDFFONT_CIDFONT; in CreateFontF()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp124 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()