Lines Matching refs:mnRefCount

54 	mnRefCount	= 1;  in DBG_NAME()
65 mnRefCount = 1; in ImplPolyPolygon()
130 …DBG_ASSERT( rPolyPoly.mpImplPolyPolygon->mnRefCount < 0xFFFFFFFE, "PolyPolygon: RefCount overflow"… in PolyPolygon()
133 mpImplPolyPolygon->mnRefCount++; in PolyPolygon()
142 if ( mpImplPolyPolygon->mnRefCount > 1 ) in ~PolyPolygon()
143 mpImplPolyPolygon->mnRefCount--; in ~PolyPolygon()
157 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Insert()
159 mpImplPolyPolygon->mnRefCount--; in Insert()
203 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Remove()
205 mpImplPolyPolygon->mnRefCount--; in Remove()
224 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Replace()
226 mpImplPolyPolygon->mnRefCount--; in Replace()
260 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Clear()
262 mpImplPolyPolygon->mnRefCount--; in Clear()
324 if( mpImplPolyPolygon->mnRefCount > 1 ) in Optimize()
326 mpImplPolyPolygon->mnRefCount--; in Optimize()
462 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Move()
464 mpImplPolyPolygon->mnRefCount--; in Move()
482 if( mpImplPolyPolygon->mnRefCount > 1 ) in Translate()
484 mpImplPolyPolygon->mnRefCount--; in Translate()
500 if( mpImplPolyPolygon->mnRefCount > 1 ) in Scale()
502 mpImplPolyPolygon->mnRefCount--; in Scale()
532 if( mpImplPolyPolygon->mnRefCount > 1 ) in Rotate()
534 mpImplPolyPolygon->mnRefCount--; in Rotate()
550 if( mpImplPolyPolygon->mnRefCount > 1 ) in SlantX()
552 mpImplPolyPolygon->mnRefCount--; in SlantX()
568 if( mpImplPolyPolygon->mnRefCount > 1 ) in SlantY()
570 mpImplPolyPolygon->mnRefCount--; in SlantY()
586 if( mpImplPolyPolygon->mnRefCount > 1 ) in Distort()
588 mpImplPolyPolygon->mnRefCount--; in Distort()
610 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Clip()
612 mpImplPolyPolygon->mnRefCount--; in Clip()
680 if ( mpImplPolyPolygon->mnRefCount > 1 ) in operator []()
682 mpImplPolyPolygon->mnRefCount--; in operator []()
695 …DBG_ASSERT( rPolyPoly.mpImplPolyPolygon->mnRefCount < 0xFFFFFFFE, "PolyPolygon: RefCount overflow"… in operator =()
697 rPolyPoly.mpImplPolyPolygon->mnRefCount++; in operator =()
699 if ( mpImplPolyPolygon->mnRefCount > 1 ) in operator =()
700 mpImplPolyPolygon->mnRefCount--; in operator =()
760 if ( rPolyPoly.mpImplPolyPolygon->mnRefCount > 1 ) in operator >>()
761 rPolyPoly.mpImplPolyPolygon->mnRefCount--; in operator >>()
817 if ( mpImplPolyPolygon->mnRefCount > 1 ) in Read()
818 mpImplPolyPolygon->mnRefCount--; in Read()