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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 44 #define PDFFONT_CIDFONT 4
109 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 561 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) {
695 if (pFont->GetFontType() & PDFFONT_CIDFONT) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 159 case PDFFONT_CIDFONT:
444 pFont->m_FontType = PDFFONT_CIDFONT;
466 pFont->m_FontType = PDFFONT_CIDFONT;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 124 if (pFont->GetFontType() != PDFFONT_CIDFONT) {
    [all...]

Completed in 122 milliseconds