Searched refs:m_Weight (Results 1 – 8 of 8) sorted by relevance
77 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()87 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()143 pFont->GetSubstFont()->m_Weight); in RenderGlyph()165 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()233 int weight = pSubstFont ? pSubstFont->m_Weight : 0; in LoadGlyphPath()
20 int m_Weight = 0; variable
367 pSubstFont->m_Weight = weight; in UseInternalSubst()369 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()654 pSubstFont->m_Weight = weight; in FindSubstFont()
655 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl()665 m_pSubstFont->m_Weight > 400) { in LoadGlyphPathImpl()666 uint32_t index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPathImpl()
116 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()117 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
63 SubstFxFont->m_Weight = FontStyleIsForceBold(dwFontStyle) ? 700 : 400; in DrawString()65 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()
148 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
516 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()