Searched refs:SVPPOLYGON (Results 1 – 2 of 2) sorted by relevance
58 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()
69 typedef Polygon* SVPPOLYGON; typedef74 SVPPOLYGON* mpPolyAry;
Completed in 18 milliseconds