Searched refs:PDFFONT_TYPE1 (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h41 #define PDFFONT_TYPE1 1 macro
99 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp310 if (pFont->GetFontType() != PDFFONT_TYPE1) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp153 case PDFFONT_TYPE1:
470 pFont->m_FontType = PDFFONT_TYPE1;
819 if (m_FontType != PDFFONT_TYPE1) {

Completed in 79 milliseconds