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

/external/pdfium/core/fxge/ge/
H A Dcfx_fontmgr.cpp121 CFX_SubstFont* pSubstFont) {
124 italic_angle, CharsetCP, pSubstFont);
115 FindSubstFont(const CFX_ByteString& face_name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
H A Dcfx_facecache.cpp109 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); local
110 if (pSubstFont) {
111 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle;
114 skew = pSubstFont->m_bItalicCJK ? -15 : 0;
116 skew = pSubstFont->m_ItalicAngle;
131 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) {
154 weight = pSubstFont->m_WeightCJK;
156 weight = pSubstFont ? pSubstFont->m_Weight : 0;
157 if (pSubstFont
235 auto* pSubstFont = pFont->GetSubstFont(); local
[all...]
H A Dcfx_fontmapper.cpp384 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, argument
399 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM;
400 pSubstFont->m_ItalicAngle = italic_angle;
402 pSubstFont->m_Weight = weight;
404 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5;
405 pSubstFont->m_Family = "Chrome Serif";
414 pSubstFont->m_Family = "Chrome Sans";
430 CFX_SubstFont* pSubstFont) {
441 pSubstFont
424 FindSubstFont(const CFX_ByteString& name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) argument
[all...]
/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp251 auto* pSubstFont = m_pFont->GetSubstFont(); local
252 if (pSubstFont) {
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD)
255 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_ITALIC)

Completed in 99 milliseconds