Lines Matching refs:mrOutDev

225     :   mrOutDev(rOutDev),  in impBufferDevice()
231 aRangePixel.transform(mrOutDev.GetViewTransformation()); in impBufferDevice()
236 maDestPixel = Rectangle(aEmptyPoint, mrOutDev.GetOutputSizePixel()); in impBufferDevice()
241 mpContent = getVDevBuffer().alloc(mrOutDev, maDestPixel.GetSize(), false, false); in impBufferDevice()
244 OSL_ENSURE(mrOutDev.GetOutDevType() != OUTDEV_WINDOW, in impBufferDevice()
247 const bool bWasEnabledSrc(mrOutDev.IsMapModeEnabled()); in impBufferDevice()
248 mrOutDev.EnableMapMode(false); in impBufferDevice()
249 …OutDev(aEmptyPoint, maDestPixel.GetSize(), maDestPixel.TopLeft(), maDestPixel.GetSize(), mrOutDev); in impBufferDevice()
250 mrOutDev.EnableMapMode(bWasEnabledSrc); in impBufferDevice()
252 MapMode aNewMapMode(mrOutDev.GetMapMode()); in impBufferDevice()
256 const Point aLogicTopLeft(mrOutDev.PixelToLogic(maDestPixel.TopLeft())); in impBufferDevice()
263 mpContent->SetAntialiasing(mrOutDev.GetAntialiasing()); in impBufferDevice()
291 const bool bWasEnabledDst(mrOutDev.IsMapModeEnabled()); in paint()
294 mrOutDev.EnableMapMode(false); in paint()
315 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aAlphaMask)); in paint()
328 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aMask)); in paint()
334 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aAlphaMask)); in paint()
338 mrOutDev.DrawBitmap(maDestPixel.TopLeft(), aContent); in paint()
341 mrOutDev.EnableMapMode(bWasEnabledDst); in paint()
356 mpMask = getVDevBuffer().alloc(mrOutDev, maDestPixel.GetSize(), true, true); in getMask()
370 mpAlpha = getVDevBuffer().alloc(mrOutDev, maDestPixel.GetSize(), true, false); in getTransparence()