Home
last modified time | relevance | path

Searched refs:aBufferDevice (Results 1 – 2 of 2) sorted by relevance

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx764 if(aBufferDevice.isVisible()) in RenderMaskPrimitive2DPixel()
768 mpOutputDevice = &aBufferDevice.getContent(); in RenderMaskPrimitive2DPixel()
786 aBufferDevice.paint(); in RenderMaskPrimitive2DPixel()
791 VirtualDevice& rMask = aBufferDevice.getMask(); in RenderMaskPrimitive2DPixel()
797 aBufferDevice.paint(); in RenderMaskPrimitive2DPixel()
841 if(aBufferDevice.isVisible()) in RenderUnifiedTransparencePrimitive2D()
845 mpOutputDevice = &aBufferDevice.getContent(); in RenderUnifiedTransparencePrimitive2D()
870 if(aBufferDevice.isVisible()) in RenderTransparencePrimitive2D()
874 mpOutputDevice = &aBufferDevice.getContent(); in RenderTransparencePrimitive2D()
880 mpOutputDevice = &aBufferDevice.getTransparence(); in RenderTransparencePrimitive2D()
[all …]
H A Dvclmetafileprocessor2d.cxx2018 VirtualDevice aBufferDevice; in processBasePrimitive2D() local
2031 if(aBufferDevice.SetOutputSizePixel(aSizePixel)) in processBasePrimitive2D()
2036 aBufferDevice.SetMapMode(aNewMapMode); in processBasePrimitive2D()
2042 … basegfx::B2DHomMatrix aViewTransform(aBufferDevice.GetViewTransformation()); in processBasePrimitive2D()
2044 … const Size aDPINew(aBufferDevice.LogicToPixel(Size(1, 1), MAP_INCH)); in processBasePrimitive2D()
2069 VclPixelProcessor2D aBufferProcessor(aViewInfo, aBufferDevice); in processBasePrimitive2D()
2073 … const Bitmap aBmContent(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel)); in processBasePrimitive2D()
2076 aBufferDevice.Erase(); in processBasePrimitive2D()
2078 … const AlphaMask aBmAlpha(aBufferDevice.GetBitmap(aEmptyPoint, aSizePixel)); in processBasePrimitive2D()

Completed in 28 milliseconds