Home | History | Annotate | Download | only in ge

Lines Matching refs:m_pSubstFont

1699     if (m_pSubstFont) {

1700 if (m_pSubstFont->m_ItalicAngle) {
1701 int skew = m_pSubstFont->m_ItalicAngle;
1709 if (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) {
1710 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight);
1721 if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 400) {
1723 if (m_pSubstFont->m_Charset == FXFONT_SHIFTJIS_CHARSET) {
1724 level = g_WeightPow_SHIFTJIS[(m_pSubstFont->m_Weight - 400) / 10] * 2 * 65536 / 36655;
1726 level = g_WeightPow[(m_pSubstFont->m_Weight - 400) / 10] * 2;