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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 61 #define PDFFONT_TYPE1 1
112 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 333 if (pFont->GetFontType() != PDFFONT_TYPE1) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 152 case PDFFONT_TYPE1:
808 if (m_FontType != PDFFONT_TYPE1) {
    [all...]

Completed in 436 milliseconds