Searched refs:PDFFONT_TYPE3 (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h43 #define PDFFONT_TYPE3 3 macro
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp198 if (pFont->GetFontType() == PDFFONT_TYPE3) {
651 if (pFont->GetFontType() == PDFFONT_TYPE3)
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp472 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp157 case PDFFONT_TYPE3:
462 pFont->m_FontType = PDFFONT_TYPE3;

Completed in 215 milliseconds