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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp105 FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont)
112 CharsetCP, pSubstFont);
118 CharsetCP, pSubstFont);
773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily) argument
786 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM;
787 pSubstFont->m_ItalicAngle = italic_angle;
789 pSubstFont->m_Weight = weight;
792 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
793 pSubstFont
104 FindSubstFont(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
916 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.cpp1380 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); local
1381 if (pSubstFont) {
1382 bUseCJKSubFont = pSubstFont->m_bSubstOfCJK && bFontStyle;
1385 skew = pSubstFont->m_bItlicCJK ? -15 : 0;
1387 skew = pSubstFont->m_ItalicAngle;
1397 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) {
1411 weight = pSubstFont->m_WeightCJK;
1413 weight = pSubstFont ? pSubstFont->m_Weight : 0;
1415 if (pSubstFont
[all...]

Completed in 1922 milliseconds