Home
last modified time | relevance | path

Searched refs:nPtSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx197 sal_uInt16 nPtSize, nFontAttr; in import() local
199 *mpStream >> nPtSize >> nFontAttr; in import()
200 pStyleElement->setFontRecord( j, nFontAttr, nPtSize ); in import()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1267 int nPtSize = 512; in GetGlyphOutline() local
1268 Point* pPoints = new Point[ nPtSize ]; in GetGlyphOutline()
1269 sal_uInt8* pFlags = new sal_uInt8[ nPtSize ]; in GetGlyphOutline()
1293 if( nPtSize < nNeededSize ) in GetGlyphOutline()
1297 nPtSize = 2 * nNeededSize; in GetGlyphOutline()
1298 pPoints = new Point[ nPtSize ]; in GetGlyphOutline()
1299 pFlags = new sal_uInt8[ nPtSize ]; in GetGlyphOutline()
/trunk/main/sc/source/filter/inc/
H A Dqprostyle.hxx50 void setFontRecord(sal_uInt16 nIndex, sal_uInt16 nData, sal_uInt16 nPtSize) in setFontRecord() argument
55 maFontHeight[ nIndex ] = nPtSize; in setFontRecord()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2493 int nPtSize = 512; in GetGlyphOutline() local
2494 Point* pPoints = new Point[ nPtSize ]; in GetGlyphOutline()
2495 BYTE* pFlags = new BYTE[ nPtSize ]; in GetGlyphOutline()
2519 if( nPtSize < nNeededSize ) in GetGlyphOutline()
2523 nPtSize = 2 * nNeededSize; in GetGlyphOutline()
2524 pPoints = new Point[ nPtSize ]; in GetGlyphOutline()
2525 pFlags = new BYTE[ nPtSize ]; in GetGlyphOutline()

Completed in 50 milliseconds