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

  /external/pdfium/core/include/fxge/
fx_font.h 161 #define FXFONT_SUBST_GLYPHPATH 0x04
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 212 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
220 if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 192 if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) {
    [all...]

Completed in 205 milliseconds