Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp26 const int kNumStandardFonts = 14; variable
28 const FX_CHAR* const g_Base14FontNames[kNumStandardFonts] = {
389 if (iBaseFont < kNumStandardFonts) { in UseInternalSubst()
482 iBaseFont = kNumStandardFonts; in FindSubstFont()
517 iBaseFont = kNumStandardFonts; in FindSubstFont()
528 iBaseFont = kNumStandardFonts; in FindSubstFont()
563 else if (iBaseFont == kNumStandardFonts && (flags & FXFONT_SYMBOLIC)) in FindSubstFont()
579 if (match.IsEmpty() && iBaseFont >= kNumStandardFonts) { in FindSubstFont()
609 if (!match.IsEmpty() || iBaseFont < kNumStandardFonts) { in FindSubstFont()
612 if (iBaseFont < kNumStandardFonts) { in FindSubstFont()