/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1381 if( aBbox.yMin > aBbox.yMax ) // circumvent freetype bug in InitGlyphData() 1383 int t=aBbox.yMin; aBbox.yMin=aBbox.yMax, aBbox.yMax=t; in InitGlyphData() 1386 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/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() 1156 rInfo.m_nCapHeight = yMax; // Well ... in DoGetEmbedFontData()
|
/trunk/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() 1050 rInfo.m_nCapHeight = yMax; // Well ... in DoGetEmbedFontData()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1957 pFont->m_aGlobalMetricY.height = pFont->m_aGlobalMetricX.height = aInfo.yMax - aInfo.yMin; in analyzeTrueTypeFile() 1980 pFont->m_nAscend = aInfo.yMax; in analyzeTrueTypeFile() 1993 pFont->m_nYMax = aInfo.yMax; in analyzeTrueTypeFile() 2731 … PrintFontManager::getFontBoundingBox( fontID nFontID, int& xMin, int& yMin, int& xMax, int& yMax ) in getFontBoundingBox() argument 2749 yMax = pFont->m_nYMax; 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() 3734 rInfo.m_nCapHeight = yMax; // Well ... in createFontSubset()
|
/trunk/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 1384 sal_Int16 xMin = 0, yMin = 0, xMax = 0, yMax = 0; in ProcessTables() local 1430 if (z > yMax) yMax = z; in ProcessTables() 1531 PutInt16(yMax, pHeadData, 42, 1); in ProcessTables()
|
H A D | sft.cxx | 107 sal_Int16 yMax; member 551 metrics->yMax = GetInt16(ptr, 8, 1); in GetSimpleTTOutline() 644 metrics->yMax = GetInt16(ptr, 8, 1); in GetCompoundTTOutline() 2105 XUnits(UPEm, metrics.yMax)); in CreateT3FromTTGlyphs() 2725 info->yMax = XUnits(UPEm, GetInt16(table, 42, 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/inc/ |
H A D | sft.hxx | 220 int yMax; /**< global bounding box: yMax */ member
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1584 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 1585 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset()
|
/trunk/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 575 bool getFontBoundingBox( fontID nFont, int& xMin, int& yMin, int& xMax, int& yMax );
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2096 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 2097 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2794 Point( aTTInfo.xMax, aTTInfo.yMax ) ); in CreateFontSubset() 2795 rInfo.m_nCapHeight = aTTInfo.yMax; // Well ... in CreateFontSubset()
|