Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx350 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()
1979 if( pFont->m_nAscend == 0 ) in analyzeTrueTypeFile()
1980 pFont->m_nAscend = aInfo.yMax; in analyzeTrueTypeFile()
1986 if( pFont->m_nAscend ) in analyzeTrueTypeFile()
2661 rInfo.m_nAscend = pFont->m_nAscend; in fillPrintFontInfo()
2947 return pFont->m_nAscend; in getFontAscend()
[all …]
H A Dfontcache.cxx193 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nAscend ) ); in flush()
408 pFont->m_nAscend = atoi( pLine + nTokenPos[7] ); in read()
545 pTo->m_nAscend = pFrom->m_nAscend; in copyPrintFont()
607 pRight->m_nAscend != pLeft->m_nAscend || in equalsPrintFont()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx181 int m_nAscend; member
188 m_nAscend( 0 ), in PrintFontInfo()
282 int m_nAscend; member
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx937 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
1123 rInfo.m_nAscent = aFontInfo.m_nAscend; in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx846 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric()
1017 rInfo.m_nAscent = aFontInfo.m_nAscend; in DoGetEmbedFontData()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx516 double nA = nTextScale * aInfo.m_nAscend / 1000.0; in drawVerticalizedText()

Completed in 69 milliseconds