Searched refs:UseInternalSubst (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 384 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst() function in CFX_FontMapper 443 return UseInternalSubst(pSubstFont, 12, italic_angle, weight, 0); in FindSubstFont() 448 return UseInternalSubst(pSubstFont, 13, italic_angle, weight, 0); in FindSubstFont() 570 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 644 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 654 return UseInternalSubst(pSubstFont, 12, italic_angle, old_weight, in FindSubstFont() 662 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont() 672 return UseInternalSubst(pSubstFont, iBaseFont, italic_angle, old_weight, in FindSubstFont()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.h | 57 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
|