Home
last modified time | relevance | path

Searched refs:mnMaxPoints (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1102 USHORT mnMaxPoints;
1117 mnMaxPoints = 256;
1118 mpPointAry = new Point[ mnMaxPoints ];
1119 mpFlagAry = new BYTE [ mnMaxPoints ];
1147 if( mnPointCount >= mnMaxPoints )
1150 mnMaxPoints *= 4;
1151 Point* mpNewPoints = new Point[ mnMaxPoints ];
1152 BYTE* mpNewFlags = new BYTE[ mnMaxPoints ];
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2140 sal_uInt16 mnMaxPoints; member in PolyArgs
2151 mnMaxPoints(nMaxPoints), in PolyArgs()
2156 mpPointAry = new Point[ mnMaxPoints ]; in PolyArgs()
2157 mpFlagAry = new sal_uInt8 [ mnMaxPoints ]; in PolyArgs()
2173 DBG_ASSERT( (mnPoints < mnMaxPoints), "FTGlyphOutline: AddPoint overflow!" ); in AddPoint()
2174 if( mnPoints >= mnMaxPoints ) in AddPoint()

Completed in 22 milliseconds