Home
last modified time | relevance | path

Searched refs:m_aGlobalMetricY (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx205 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.width ) ); in flush()
207 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.height ) ); in flush()
417 pFont->m_aGlobalMetricY.width in read()
419 pFont->m_aGlobalMetricY.height in read()
544 pTo->m_aGlobalMetricY = pFrom->m_aGlobalMetricY; in copyPrintFont()
606 pRight->m_aGlobalMetricY != pLeft->m_aGlobalMetricY || in equalsPrintFont()
H A Dfontmanager.cxx464 rChar.width = m_aGlobalMetricY.width; in queryMetricPage()
952 m_aGlobalMetricX.width = m_aGlobalMetricY.width = in readAfmMetrics()
954 m_aGlobalMetricX.height = m_aGlobalMetricY.height = in readAfmMetrics()
1956 pFont->m_aGlobalMetricY.width = pFont->m_aGlobalMetricX.width = aInfo.xMax - aInfo.xMin; in analyzeTrueTypeFile()
1957 pFont->m_aGlobalMetricY.height = pFont->m_aGlobalMetricX.height = aInfo.yMax - aInfo.yMin; in analyzeTrueTypeFile()
1987 …pFont->m_aGlobalMetricX.height = pFont->m_aGlobalMetricY.height = pFont->m_nAscend + pFont->m_nDes… in analyzeTrueTypeFile()
2664 …h = pFont->m_aGlobalMetricX.width < pFont->m_aGlobalMetricY.width ? pFont->m_aGlobalMetri… in fillPrintFontInfo()
2931 return pFont ? ( bHorizontal ? pFont->m_aGlobalMetricX : pFont->m_aGlobalMetricY ) : aMetric; in getGlobalFontMetric()
4002 pFont->m_aGlobalMetricY.width = getInt(pProps[n].Value); in readOverrideMetrics()
4004 pFont->m_aGlobalMetricY.height = getInt(pProps[n].Value); in readOverrideMetrics()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx280 CharacterMetric m_aGlobalMetricY; member

Completed in 32 milliseconds