Searched refs:mpImplPolygon (Results 1 – 2 of 2) sorted by relevance
354 if ( mpImplPolygon->mnRefCount != 1 ) in ImplMakeUnique()356 if ( mpImplPolygon->mnRefCount ) in ImplMakeUnique()357 mpImplPolygon->mnRefCount--; in ImplMakeUnique()358 mpImplPolygon = new ImplPolygon( *mpImplPolygon ); in ImplMakeUnique()375 mpImplPolygon = (ImplPolygon*)(&aStaticImplPolygon); in Polygon()385 mpImplPolygon = new ImplPolygon( nSize ); in Polygon()387 mpImplPolygon = (ImplPolygon*)(&aStaticImplPolygon); in Polygon()397 mpImplPolygon = new ImplPolygon( nPoints, pPtAry, pFlagAry ); in Polygon()399 mpImplPolygon = (ImplPolygon*)(&aStaticImplPolygon); in Polygon()408 DBG_ASSERT( rPoly.mpImplPolygon->mnRefCount < 0xFFFFFFFE, "Polygon: RefCount overflow" ); in Polygon()[all …]
115 ImplPolygon* mpImplPolygon; member in Polygon