Home
last modified time | relevance | path

Searched refs:m_nDescend (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx351 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()
1981 if( pFont->m_nDescend == 0 ) in analyzeTrueTypeFile()
1982 pFont->m_nDescend = -aInfo.yMin; in analyzeTrueTypeFile()
2662 rInfo.m_nDescend = pFont->m_nDescend; in fillPrintFontInfo()
2963 return pFont->m_nDescend; in getFontDescend()
[all …]
H A Dfontcache.cxx195 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nDescend ) ); in flush()
409 pFont->m_nDescend = atoi( pLine + nTokenPos[8] ); in read()
546 pTo->m_nDescend = pFrom->m_nDescend; in copyPrintFont()
608 pRight->m_nDescend != pLeft->m_nDescend || in equalsPrintFont()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx182 int m_nDescend; member
189 m_nDescend( 0 ), in PrintFontInfo()
283 int m_nDescend; member
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx938 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric()
1124 rInfo.m_nDescent = aFontInfo.m_nDescend; in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx847 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric()
1018 rInfo.m_nDescent = aFontInfo.m_nDescend; in DoGetEmbedFontData()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx517 double nD = nTextScale * aInfo.m_nDescend / 1000.0; in drawVerticalizedText()

Completed in 133 milliseconds