Searched refs:nPtSize (Results 1 – 4 of 4) sorted by relevance
197 sal_uInt16 nPtSize, nFontAttr; in import() local199 *mpStream >> nPtSize >> nFontAttr; in import()200 pStyleElement->setFontRecord( j, nFontAttr, nPtSize ); in import()
1267 int nPtSize = 512; in GetGlyphOutline() local1268 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()
50 void setFontRecord(sal_uInt16 nIndex, sal_uInt16 nData, sal_uInt16 nPtSize) in setFontRecord() argument55 maFontHeight[ nIndex ] = nPtSize; in setFontRecord()
2493 int nPtSize = 512; in GetGlyphOutline() local2494 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 46 milliseconds