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 63 #define PDFFONT_TYPE3 3
127 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
133 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) {
637 if (pFont->GetFontType() == PDFFONT_TYPE3)
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 469 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 156 case PDFFONT_TYPE3:
    [all...]

Completed in 499 milliseconds