HomeSort by relevance Sort by last modified time
    Searched refs:PDFFONT_TYPE3 (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 43 #define PDFFONT_TYPE3 3
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/
fpdf_render_text.cpp 198 if (pFont->GetFontType() == PDFFONT_TYPE3) {
651 if (pFont->GetFontType() == PDFFONT_TYPE3)
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 472 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 157 case PDFFONT_TYPE3:
462 pFont->m_FontType = PDFFONT_TYPE3;
    [all...]

Completed in 62 milliseconds