Searched refs:PitchFamily (Results 1 - 1 of 1) sorted by path

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp908 FX_BOOL CheckSupportThirdPartFont(CFX_ByteString name, int &PitchFamily) argument
911 PitchFamily &= ~FXFONT_FF_ROMAN;
974 int PitchFamily = 0; local
989 PitchFamily |= FXFONT_FF_FIXEDPITCH;
992 PitchFamily |= FXFONT_FF_ROMAN;
1020 PitchFamily |= FXFONT_FF_ROMAN;
1023 PitchFamily |= FXFONT_FF_SCRIPT;
1026 PitchFamily |= FXFONT_FF_FIXEDPITCH;
1096 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily);
1105 if (!CheckSupportThirdPartFont(family, PitchFamily)) {
[all...]

Completed in 1643 milliseconds