Lines Matching refs:m_nDescend

351         m_nDescend( 0 ),  in PrintFont()
934 m_nDescend = -pInfo->gfi->fontBBox.lly; in readAfmMetrics()
941 if( m_nDescend == 0) in readAfmMetrics()
942 m_nDescend = -pInfo->gfi->descender; in readAfmMetrics()
944 m_nLeading = m_nAscend + m_nDescend - 1000; in readAfmMetrics()
1962 pFont->m_nDescend = aInfo.winDescent; in analyzeTrueTypeFile()
1963 pFont->m_nLeading = pFont->m_nAscend + pFont->m_nDescend - 1000; in analyzeTrueTypeFile()
1969 pFont->m_nDescend = -aInfo.typoDescender; in analyzeTrueTypeFile()
1975 pFont->m_nDescend = -aInfo.descender; in analyzeTrueTypeFile()
1981 if( pFont->m_nDescend == 0 ) in analyzeTrueTypeFile()
1982 pFont->m_nDescend = -aInfo.yMin; in analyzeTrueTypeFile()
1984 pFont->m_nLeading = 15 * (pFont->m_nAscend+pFont->m_nDescend) / 100; in analyzeTrueTypeFile()
1987 …t->m_aGlobalMetricX.height = pFont->m_aGlobalMetricY.height = pFont->m_nAscend + pFont->m_nDescend; in analyzeTrueTypeFile()
2648 if( ( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) || in fillPrintFontInfo()
2662 rInfo.m_nDescend = pFont->m_nDescend; in fillPrintFontInfo()
2939 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getFontAscend()
2955 if( pFont->m_nAscend == 0 && pFont->m_nDescend == 0 ) in getFontDescend()
2963 return pFont->m_nDescend; 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()
3728 rInfo.m_nDescent = aFontInfo.m_nDescend; in createFontSubset()
4008 pFont->m_nDescend = getInt(pProps[n].Value); in readOverrideMetrics()