Home
last modified time | relevance | path

Searched refs:FXFONT_SUBST_EXACT (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h201 #define FXFONT_SUBST_EXACT 0x40 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1087 pSubstFont->m_SubstFlags |= FXFONT_SUBST_EXACT; in FindSubstFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1239 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in _Load()