Home
last modified time | relevance | path

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

/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/source/fontsubset/
H A Dttcr.cxx1384 sal_Int16 xMin = 0, yMin = 0, xMax = 0, yMax = 0; in ProcessTables() local
1421 if (z < xMin) xMin = z; in ProcessTables()
1528 PutInt16(xMin, pHeadData, 36, 1); in ProcessTables()
H A Dsft.cxx104 sal_Int16 xMin; member
548 metrics->xMin = GetInt16(ptr, 2, 1); in GetSimpleTTOutline()
641 metrics->xMin = GetInt16(ptr, 2, 1); in GetCompoundTTOutline()
2102 XUnits(UPEm, metrics.xMin), in CreateT3FromTTGlyphs()
2722 info->xMin = XUnits(UPEm, GetInt16(table, 36, 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/fontmanager/
H A Dfontmanager.cxx1956 pFont->m_aGlobalMetricY.width = pFont->m_aGlobalMetricX.width = aInfo.xMax - aInfo.xMin; in analyzeTrueTypeFile()
1990 pFont->m_nXMin = aInfo.xMin; in analyzeTrueTypeFile()
2731 bool PrintFontManager::getFontBoundingBox( fontID nFontID, int& xMin, int& yMin, int& xMax, int& yM… in getFontBoundingBox() argument
2746 xMin = pFont->m_nXMin; 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.hxx217 int xMin; /**< global bounding box: xMin */ member
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1386 rGD.SetOffset( aBbox.xMin, -aBbox.yMax ); in InitGlyphData()
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()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx575 bool getFontBoundingBox( fontID nFont, int& xMin, int& yMin, int& xMax, int& yMax );
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1583 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2095 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2793 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()

Completed in 128 milliseconds