Searched refs:mpPolyAry (Results 1 – 2 of 2) sorted by relevance
58 mpPolyAry = new SVPPOLYGON[ nInitSize ]; in DBG_NAME()70 if ( rImplPolyPoly.mpPolyAry ) in ImplPolyPolygon()72 mpPolyAry = new SVPPOLYGON[mnSize]; in ImplPolyPolygon()74 mpPolyAry[i] = new Polygon( *rImplPolyPoly.mpPolyAry[i] ); in ImplPolyPolygon()77 mpPolyAry = NULL; in ImplPolyPolygon()84 if ( mpPolyAry ) in ~ImplPolyPolygon()87 delete mpPolyAry[i]; in ~ImplPolyPolygon()88 delete[] mpPolyAry; in ~ImplPolyPolygon()166 if ( !mpImplPolyPolygon->mpPolyAry ) in Insert()187 mpImplPolyPolygon->mpPolyAry+nPos, in Insert()[all …]
74 SVPPOLYGON* mpPolyAry; member in ImplPolyPolygon81 { mpPolyAry = NULL; mnCount = 0; mnRefCount = 1; in ImplPolyPolygon()
Completed in 21 milliseconds