Home
last modified time | relevance | path

Searched refs:m_aFontBBox (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/inc/
H A Dfontsubset.hxx71 Rectangle m_aFontBBox; member in FontSubsetInfo
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2417 rFSInfo.m_aFontBBox = Rectangle( Point( static_cast<long>(maFontBBox[0] * fXFactor), in emitAsType1()
2423 rFSInfo.m_nAscent = +rFSInfo.m_aFontBBox.Bottom(); // for capital letters in emitAsType1()
2424 rFSInfo.m_nDescent = -rFSInfo.m_aFontBBox.Top(); // for all letters in emitAsType1()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1583 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
1676 rInfo.m_aFontBBox = Rectangle( Point( 0, -aOS2Metric.lMaxDescender ), in GetEmbedFontData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2793 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
2894 rInfo.m_aFontBBox = Rectangle( Point( -aTm.tmOverhang, -aTm.tmDescent ), in GetEmbedFontData()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1155 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1049 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2095 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3127 aInfo.m_aFontBBox = Rectangle( Point( -200, -200 ), Size( 1700, 1700 ) ); in emitSystemFont()
3975 aLine.append( (sal_Int32)rInfo.m_aFontBBox.TopLeft().X() ); in emitFontDescriptor()
3977 aLine.append( (sal_Int32)rInfo.m_aFontBBox.TopLeft().Y() ); in emitFontDescriptor()
3979 aLine.append( (sal_Int32)rInfo.m_aFontBBox.BottomRight().X() ); in emitFontDescriptor()
3981 aLine.append( (sal_Int32)(rInfo.m_aFontBBox.BottomRight().Y()+1) ); in emitFontDescriptor()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3733 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in createFontSubset()

Completed in 144 milliseconds