Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h43 #define PDFFONT_TYPE3 3 macro
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL; in GetType3Font()
120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL; in IsEmbedded()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp198 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()
651 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp472 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) { in Display()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp157 case PDFFONT_TYPE3: in GetFontTypeName()
462 pFont->m_FontType = PDFFONT_TYPE3; in CreateFontF()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1381 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()