Lines Matching refs:m_nAscend

350         m_nAscend( 0 ),  in PrintFont()
930 m_nAscend = pInfo->gfi->fontBBox.ury; in readAfmMetrics()
939 if( m_nAscend == 0 ) in readAfmMetrics()
940 m_nAscend = pInfo->gfi->ascender; in readAfmMetrics()
944 m_nLeading = m_nAscend + m_nDescend - 1000; in readAfmMetrics()
1961 pFont->m_nAscend = aInfo.winAscent; in analyzeTrueTypeFile()
1963 pFont->m_nLeading = pFont->m_nAscend + pFont->m_nDescend - 1000; in analyzeTrueTypeFile()
1968 pFont->m_nAscend = aInfo.typoAscender; in analyzeTrueTypeFile()
1974 pFont->m_nAscend = aInfo.ascender; in analyzeTrueTypeFile()
1979 if( pFont->m_nAscend == 0 ) in analyzeTrueTypeFile()
1980 pFont->m_nAscend = aInfo.yMax; in analyzeTrueTypeFile()
1984 pFont->m_nLeading = 15 * (pFont->m_nAscend+pFont->m_nDescend) / 100; in analyzeTrueTypeFile()
1986 if( pFont->m_nAscend ) in analyzeTrueTypeFile()
1987 …pFont->m_aGlobalMetricX.height = pFont->m_aGlobalMetricY.height = pFont->m_nAscend + pFont->m_nDes… in analyzeTrueTypeFile()
2648 if( ( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) || in fillPrintFontInfo()
2661 rInfo.m_nAscend = pFont->m_nAscend; in fillPrintFontInfo()
2939 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getFontAscend()
2947 return pFont->m_nAscend; in getFontAscend()
2955 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getFontDescend()
2971 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getFontLeading()
2985 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in hasVerticalSubstitutions()
3000 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in hasVerticalSubstitutions()
3101 if( ( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getMetrics()
3144 if( ( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getMetrics()
3727 rInfo.m_nAscent = aFontInfo.m_nAscend; in createFontSubset()
4006 pFont->m_nAscend = getInt(pProps[n].Value); in readOverrideMetrics()