Searched refs:old_weight (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 641 const int old_weight = weight; in FindSubstFont() local 651 return UseInternalSubst(base_font, old_weight, italic_angle, pitch_family, in FindSubstFont() 669 weight = old_weight; in FindSubstFont() 705 weight = old_weight; in FindSubstFont() 710 return UseInternalSubst(base_font, old_weight, italic_angle, pitch_family, in FindSubstFont() 722 return UseInternalSubst(kSymbol, old_weight, italic_angle, pitch_family, in FindSubstFont() 731 return UseInternalSubst(base_font, old_weight, italic_angle, pitch_family, in FindSubstFont() 740 return UseInternalSubst(base_font, old_weight, italic_angle, pitch_family, in FindSubstFont()
|