Home
last modified time | relevance | path

Searched refs:ImplGetRefCount (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx426 if( mpImpBmp->ImplGetRefCount() > 1UL ) in ImplReleaseRef()
440 if( mpImpBmp && mpImpBmp->ImplGetRefCount() > 1UL ) in ImplMakeUnique()
H A Dbmpacc.cxx85 DBG_ASSERT( !mbModify || pImpBmp->ImplGetRefCount() == 2, in ImplCreate()
320 …DBG_ASSERT( pImpBmp && ( pImpBmp->ImplGetRefCount() > 1UL ), "Accessed bitmap does not exist anymo… in ReAccess()
322 if( !mpBuffer && pImpBmp && ( pImpBmp->ImplGetRefCount() > 1UL ) ) in ReAccess()
/trunk/main/vcl/inc/
H A Dimpbmp.hxx84 sal_uLong ImplGetRefCount() const { return mnRefCount; } in ImplGetRefCount() function in ImpBitmap

Completed in 25 milliseconds