Searched refs:mnPoints (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 98 mnPoints = nInitSize; in ImplPolygon() 105 if ( rImpPoly.mnPoints ) in ImplPolygon() 125 mnPoints = rImpPoly.mnPoints; in ImplPolygon() 152 mnPoints = nInitSize; in ImplPolygon() 187 memset( pNewAry+mnPoints, 0, (sal_uIntPtr)(nNewSize-mnPoints)*sizeof(Point) ); in ImplSetSize() 219 memset( pNewFlagAry+mnPoints, 0, nNewSize-mnPoints ); in ImplSetSize() 234 mnPoints = nNewSize; in ImplSetSize() 249 if( nPos >= mnPoints ) in ImplSplit() 252 nPos = mnPoints; in ImplSplit() 299 mnPoints = nNewSize; in ImplSplit() [all …]
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 2141 sal_uInt16 mnPoints; member in PolyArgs 2152 mnPoints(0), in PolyArgs() 2173 DBG_ASSERT( (mnPoints < mnMaxPoints), "FTGlyphOutline: AddPoint overflow!" ); in AddPoint() 2174 if( mnPoints >= mnMaxPoints ) in AddPoint() 2179 mpPointAry[ mnPoints ] = Point( nX, nY ); in AddPoint() 2180 mpFlagAry[ mnPoints++ ]= aFlag; in AddPoint() 2193 DBG_ASSERT( (mnPoints >= 2), "FTGlyphOutline: PolyFinishNum failed!" ); in ClosePolygon() 2194 --mnPoints; in ClosePolygon() 2197 DBG_ASSERT( (mpFlagAry[mnPoints]==POLY_NORMAL), "FTGlyphOutline: PolyFinishFS failed!" ); in ClosePolygon() 2199 Polygon aPoly( mnPoints, mpPointAry, (bHasOffline ? mpFlagAry : NULL) ); in ClosePolygon() [all …]
|
/aoo41x/main/tools/inc/ |
H A D | poly.h | 40 sal_uInt16 mnPoints; member in ImplPolygonData
|
Completed in 58 milliseconds