/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 1383 sal_Int16 xMin = 0, yMin = 0, xMax = 0, yMax = 0; in ProcessTables() local 1426 if (z > xMax) xMax = z; in ProcessTables() 1529 PutInt16(xMax, pHeadData, 40, 1); in ProcessTables()
|
H A D | sft.cxx | 106 sal_Int16 xMax; member 550 metrics->xMax = GetInt16(ptr, 6, 1); in GetSimpleTTOutline() 643 metrics->xMax = GetInt16(ptr, 6, 1); in GetCompoundTTOutline() 2104 XUnits(UPEm, metrics.xMax), in CreateT3FromTTGlyphs() 2724 info->xMax = XUnits(UPEm, GetInt16(table, 40, 1)); in GetTTGlobalFontInfo() 3080 printf("\tbouding box: [%d %d %d %d]\n", info.xMin, info.yMin, info.xMax, info.yMax); in main()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1021 int xMin, yMin, xMax, yMax; in DoGetEmbedFontData() local 1022 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData() 1049 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1127 int xMin, yMin, xMax, yMax; in DoGetEmbedFontData() local 1128 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData() 1155 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in DoGetEmbedFontData()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1956 pFont->m_aGlobalMetricY.width = pFont->m_aGlobalMetricX.width = aInfo.xMax - aInfo.xMin; in analyzeTrueTypeFile() 1992 pFont->m_nXMax = aInfo.xMax; in analyzeTrueTypeFile() 2731 bool PrintFontManager::getFontBoundingBox( fontID nFontID, int& xMin, int& yMin, int& xMax, int& yM… in getFontBoundingBox() argument 2748 xMax = pFont->m_nXMax; in getFontBoundingBox() 3731 int xMin, yMin, xMax, yMax; in createFontSubset() local 3732 getFontBoundingBox( nFont, xMin, yMin, xMax, yMax ); in createFontSubset() 3733 rInfo.m_aFontBBox = Rectangle( Point( xMin, yMin ), Size( xMax-xMin, yMax-yMin ) ); in createFontSubset()
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 219 int xMax; /**< global bounding box: xMax */ member
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 575 bool getFontBoundingBox( fontID nFont, int& xMin, int& yMin, int& xMax, int& yMax );
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1387 rGD.SetSize( Size( (aBbox.xMax-aBbox.xMin+1), (aBbox.yMax-aBbox.yMin) ) ); in InitGlyphData() 1479 if( (cbox.xMax - cbox.xMin) == 0 || (cbox.yMax - cbox.yMin == 0) ) in GetGlyphBitmap1()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1584 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2096 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2794 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()
|