Searched defs:pSubstFont (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp491 CFX_SubstFont* pSubstFont) {
494 italic_angle, CharsetCP, pSubstFont);
792 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, argument
808 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM;
809 pSubstFont->m_ItalicAngle = italic_angle;
811 pSubstFont->m_Weight = weight;
814 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
815 pSubstFont->m_Family = "Chrome Serif";
825 pSubstFont
485 FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
836 FindSubstFont(const CFX_ByteString& name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) argument
[all...]
H A Dfx_ge_text.cpp1523 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); local
1524 if (pSubstFont) {
1525 bUseCJKSubFont = pSubstFont->m_bSubstOfCJK && bFontStyle;
1528 skew = pSubstFont->m_bItlicCJK ? -15 : 0;
1530 skew = pSubstFont->m_ItalicAngle;
1540 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) {
1565 weight = pSubstFont->m_WeightCJK;
1567 weight = pSubstFont ? pSubstFont->m_Weight : 0;
1569 if (pSubstFont
[all...]

Completed in 152 milliseconds