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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 72 return m_FontType;
99 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL;
104 return m_FontType == PDFFONT_TRUETYPE ? (CPDF_TrueTypeFont*)(void*)this : NULL;
109 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL;
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL;
264 int m_FontType;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 111 m_FontType = 0;
152 switch (m_FontType) {
444 pFont->m_FontType = PDFFONT_CIDFONT;
458 pFont->m_FontType = PDFFONT_TRUETYPE;
462 pFont->m_FontType = PDFFONT_TYPE3;
466 pFont->m_FontType = PDFFONT_CIDFONT;
470 pFont->m_FontType = PDFFONT_TYPE1;
819 if (m_FontType != PDFFONT_TYPE1) {
    [all...]

Completed in 47 milliseconds