Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dpoly2.cxx58 mpPolyAry = new SVPPOLYGON[ nInitSize ]; in DBG_NAME()
72 mpPolyAry = new SVPPOLYGON[mnSize]; in ImplPolyPolygon()
167 mpImplPolyPolygon->mpPolyAry = new SVPPOLYGON[mpImplPolyPolygon->mnSize]; in Insert()
172 SVPPOLYGON* pNewAry; in Insert()
176 pNewAry = new SVPPOLYGON[nNewSize]; in Insert()
177 memcpy( pNewAry, mpImplPolyPolygon->mpPolyAry, nPos*sizeof(SVPPOLYGON) ); in Insert()
179 (nOldSize-nPos)*sizeof(SVPPOLYGON) ); in Insert()
188 (mpImplPolyPolygon->mnCount-nPos)*sizeof(SVPPOLYGON) ); in Insert()
213 (mpImplPolyPolygon->mnCount-nPos)*sizeof(SVPPOLYGON) ); in Remove()
/trunk/main/tools/inc/
H A Dpoly.h69 typedef Polygon* SVPPOLYGON; typedef
74 SVPPOLYGON* mpPolyAry;

Completed in 35 milliseconds