Searched refs:UseInternalSubst (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 366 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst() function in CFX_FontMapper 428 return UseInternalSubst(pSubstFont, 12, italic_angle, weight, 0); in FindSubstFont() 433 return UseInternalSubst(pSubstFont, 13, italic_angle, weight, 0); in FindSubstFont() 554 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 624 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 634 return UseInternalSubst(pSubstFont, 12, italic_angle, old_weight, in FindSubstFont() 642 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 652 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont()
|
D | cfx_fontmapper.h | 56 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
|