Lines Matching refs:mpContent
226 mpContent(0), in impBufferDevice()
241 mpContent = getVDevBuffer().alloc(mrOutDev, maDestPixel.GetSize(), false, false); in impBufferDevice()
249 …mpContent->DrawOutDev(aEmptyPoint, maDestPixel.GetSize(), maDestPixel.TopLeft(), maDestPixel.GetSi… in impBufferDevice()
260 mpContent->SetMapMode(aNewMapMode); in impBufferDevice()
263 mpContent->SetAntialiasing(mrOutDev.GetAntialiasing()); in impBufferDevice()
269 if(mpContent) in ~impBufferDevice()
271 getVDevBuffer().free(*mpContent); in ~impBufferDevice()
295 mpContent->EnableMapMode(false); in paint()
296 Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
347 … OSL_ENSURE(mpContent, "impBufferDevice: No content, check isVisible() before accessing (!)"); in getContent()
348 return *mpContent; in getContent()
353 … OSL_ENSURE(mpContent, "impBufferDevice: No content, check isVisible() before accessing (!)"); in getMask()
357 mpMask->SetMapMode(mpContent->GetMapMode()); in getMask()
367 … OSL_ENSURE(mpContent, "impBufferDevice: No content, check isVisible() before accessing (!)"); in getTransparence()
371 mpAlpha->SetMapMode(mpContent->GetMapMode()); in getTransparence()
374 mpAlpha->SetAntialiasing(mpContent->GetAntialiasing()); in getTransparence()