Lines Matching refs:mnRefCount
225 mpImpGraphic->mnRefCount++; in Graphic()
281 mpImpGraphic->mnRefCount++; in Graphic()
292 if( mpImpGraphic->mnRefCount == 1UL ) in ~Graphic()
295 mpImpGraphic->mnRefCount--; in ~Graphic()
302 if( mpImpGraphic->mnRefCount > 1UL ) in ImplTestRefCount()
304 mpImpGraphic->mnRefCount--; in ImplTestRefCount()
317 if( mpImpGraphic->mnRefCount == 1UL ) in operator =()
320 mpImpGraphic->mnRefCount--; in operator =()
326 rGraphic.mpImpGraphic->mnRefCount++; in operator =()
328 if( mpImpGraphic->mnRefCount == 1UL ) in operator =()
331 mpImpGraphic->mnRefCount--; in operator =()