Lines Matching refs:pBmpAcc
966 BitmapReadAccess* pBmpAcc = aBmp.GetBitmap().AcquireReadAccess(); in Paint() local
968 test( pBmpAcc, in Paint()
971 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0), in Paint()
973 test(pBmpAcc->GetPixel(2,2) == BitmapColor(2), in Paint()
975 test(pBmpAcc->GetPixel(2,9) == BitmapColor(9), in Paint()
978 aBmp.GetBitmap().ReleaseAccess(pBmpAcc); in Paint()
993 BitmapReadAccess* pBmpAcc = aBmp.GetBitmap().AcquireReadAccess(); in Paint() local
996 test( pBmpAcc, in Paint()
1001 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0,1,0), in Paint()
1005 test(pBmpAcc->GetPixel(2,2) == BitmapColor(0,3,2), in Paint()
1009 test(pBmpAcc->GetPixel(2,9) == BitmapColor(0,3,9), in Paint()
1015 aBmp.GetBitmap().ReleaseAccess(pBmpAcc); in Paint()