Searched refs:UseInternalSubst (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_ang… in UseInternalSubst() function in CFX_FontMapper 1060 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily); in FindSubstFont() 1145 … return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily); in FindSubstFont() 1173 … return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily); in FindSubstFont() 1177 … return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, PitchFamily); in FindSubstFont()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 283 …FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weigh…
|