Home
last modified time | relevance | path

Searched refs:xMax (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1384 sal_Int16 xMin = 0, yMin = 0, xMax = 0, yMax = 0; in ProcessTables() local
1427 if (z > xMax) xMax = z; in ProcessTables()
1530 PutInt16(xMax, pHeadData, 40, 1); in ProcessTables()
H A Dsft.cxx106 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1127 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()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1021 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1956 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()
/trunk/main/vcl/inc/
H A Dsft.hxx219 int xMax; /**< global bounding box: xMax */ member
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx575 bool getFontBoundingBox( fontID nFont, int& xMin, int& yMin, int& xMax, int& yMax );
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1387 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1584 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2096 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2794 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset()

Completed in 126 milliseconds