Searched refs:m_aFontBBox (Results 1 – 9 of 9) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | fontsubset.hxx | 71 Rectangle m_aFontBBox; member in FontSubsetInfo
|
/trunk/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 2417 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 D | salgdi3.cxx | 1583 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 D | salgdi3.cxx | 2793 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 D | pspgraphics.cxx | 1155 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1049 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2095 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 3127 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 D | fontmanager.cxx | 3733 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in createFontSubset()
|
Completed in 151 milliseconds