Home
last modified time | relevance | path

Searched refs:rDevice (Results 1 – 25 of 83) sorted by path

1234

/trunk/main/basebmp/inc/basebmp/
H A Ddebug.hxx42 void debugDump( const boost::shared_ptr< BitmapDevice >& rDevice,
/trunk/main/basebmp/source/
H A Ddebug.cxx78 void debugDump( const BitmapDeviceSharedPtr& rDevice, in debugDump() argument
81 const basegfx::B2IVector aSize( rDevice->getSize() ); in debugDump()
82 const bool bTopDown( rDevice->isTopDown() ); in debugDump()
83 const sal_Int32 nScanlineFormat( rDevice->getScanlineFormat() ); in debugDump()
98 …rOutputStream << std::setw(8) << (sal_uInt32)rDevice->getPixel( basegfx::B2IPoint(x,y) ).toInt32()… in debugDump()
/trunk/main/basebmp/test/
H A Dbmpmasktest.cxx67 void implTestBmpBasics(const BitmapDeviceSharedPtr& rDevice, in implTestBmpBasics() argument
70 rDevice->clear(Color(0)); in implTestBmpBasics()
76 rDevice->drawMaskedBitmap( in implTestBmpBasics()
82 ASSERT_TRUE(countPixel( rDevice, aCol ) == 30) << "number of rendered pixel is not 30"; in implTestBmpBasics()
85 void implTestBmpScaledClip(const BitmapDeviceSharedPtr& rDevice, in implTestBmpScaledClip() argument
88 rDevice->clear(Color(0)); in implTestBmpScaledClip()
94 rDevice->drawMaskedBitmap( in implTestBmpScaledClip()
100 ASSERT_TRUE(countPixel( rDevice, aCol ) == 12) << "number of rendered pixel is not 12"; in implTestBmpScaledClip()
H A Dbmptest.cxx66 void implTestBmpBasics(const BitmapDeviceSharedPtr& rDevice, in implTestBmpBasics() argument
69 rDevice->clear(Color(0)); in implTestBmpBasics()
78 rDevice->drawBitmap( in implTestBmpBasics()
85 rDevice->drawBitmap( in implTestBmpBasics()
92 rDevice->drawBitmap( in implTestBmpBasics()
99 rDevice->drawBitmap( in implTestBmpBasics()
107 void implTestBmpClip(const BitmapDeviceSharedPtr& rDevice, in implTestBmpClip() argument
110 rDevice->clear(Color(0)); in implTestBmpClip()
119 rDevice->drawBitmap( in implTestBmpClip()
126 rDevice->drawBitmap( in implTestBmpClip()
[all …]
H A Dcliptest.cxx67 rDevice->clear(aBgCol); in implTestPixelClip()
90 rDevice->clear(aBgCol); in implTestLineClip()
99 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt3) ) == 4) in implTestLineClip()
103 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt3) ) == 121) in implTestLineClip()
109 rDevice->clear(Color(0)); in implTestFillClip()
119 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt) ) == 121-30) in implTestFillClip()
126 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt) ) == 121) in implTestFillClip()
134 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt) ) == 121-30) in implTestFillClip()
150 rDevice->clear(aCol1); in implTestBmpClip()
158 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt) ) == 5) in implTestBmpClip()
[all …]
H A Dfilltest.cxx64 rDevice->clear(Color(0)); in implTestRectFill()
69 rDevice->fillPolyPolygon( in implTestRectFill()
89 rDevice->clear(Color(0)); in implTestCornerCases()
99 rDevice->fillPolyPolygon( in implTestCornerCases()
106 rDevice->fillPolyPolygon( in implTestCornerCases()
113 rDevice->fillPolyPolygon( in implTestCornerCases()
122 rDevice->fillPolyPolygon( in implTestCornerCases()
131 rDevice->fillPolyPolygon( in implTestCornerCases()
140 rDevice->fillPolyPolygon( in implTestCornerCases()
154 rDevice->fillPolyPolygon( in implTestCornerCases()
[all …]
H A Dlinetest.cxx59 rDevice->clear(Color(0)); in implTestBasicDiagonalLines()
64 rDevice->drawLine( aPt1, aPt2, aCol, DrawMode_PAINT ); in implTestBasicDiagonalLines()
74 rDevice->drawLine( aPt2, aPt1, aCol, DrawMode_PAINT ); in implTestBasicDiagonalLines()
76 ASSERT_TRUE(countPixel( rDevice, aCol ) == 9) in implTestBasicDiagonalLines()
82 rDevice->clear(Color(0)); in implTestBasicHorizontalLines()
87 rDevice->drawLine( aPt1, aPt2, aCol, DrawMode_PAINT ); in implTestBasicHorizontalLines()
92 rDevice->clear(Color(0)); in implTestBasicHorizontalLines()
101 rDevice->clear(Color(0)); in implTestBasicVerticalLines()
121 rDevice->clear(Color(0)); in implTestTieBreaking()
130 ASSERT_TRUE(countPixel( rDevice, aCol ) == 3) in implTestTieBreaking()
[all …]
H A Dmasktest.cxx65 void implTestMaskBasics(const BitmapDeviceSharedPtr& rDevice, in implTestMaskBasics() argument
77 rDevice->clear(aCol); in implTestMaskBasics()
78 rDevice->setPixel( in implTestMaskBasics()
82 rDevice->drawMaskedColor( in implTestMaskBasics()
87 ASSERT_TRUE(countPixel( rDevice, aCol ) == 100-50) << "number of rendered pixel is not 50"; in implTestMaskBasics()
89 rDevice->clear(aCol); in implTestMaskBasics()
90 rDevice->drawMaskedColor( in implTestMaskBasics()
97 rDevice->clear(aCol); in implTestMaskBasics()
98 rDevice->drawMaskedColor( in implTestMaskBasics()
105 rDevice->clear(aCol); in implTestMaskBasics()
[all …]
H A Dpolytest.cxx67 rDevice->clear(aBgCol); in implTestEmpty()
76 rDevice->fillPolyPolygon( in implTestEmpty()
84 rDevice->clear(aBgCol); in implTestEmpty()
91 rDevice->fillPolyPolygon( in implTestEmpty()
102 rDevice->clear(aBgCol); in implTestHairline()
119 rDevice->clear(aBgCol); in implTestHairline()
134 rDevice->clear(aBgCol); in implTestHairline()
152 rDevice->clear(aBgCol); in implTestPolyPoly()
172 rDevice->clear(aBgCol); in implTestPolyPolyClip()
197 rDevice->clear(aBgCol); in implTestPolyPolyClip()
[all …]
H A Dtools.cxx34 int countPixel( const BitmapDeviceSharedPtr& rDevice, in countPixel() argument
38 const basegfx::B2ISize& rSize( rDevice->getSize() ); in countPixel()
41 if( rDevice->getPixel( basegfx::B2IPoint(x,y) ) == checkColor ) in countPixel()
H A Dtools.hxx26 int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
/trunk/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx101 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
127 … ::com::sun::star::rendering::XGraphicDevice >& rDevice,
131 … ::com::sun::star::rendering::XGraphicDevice >& rDevice,
136 … ::com::sun::star::rendering::XGraphicDevice >& rDevice,
143 ::com::sun::star::rendering::XGraphicDevice >& rDevice,
149 ::com::sun::star::rendering::XGraphicDevice >& rDevice,
156 ::com::sun::star::rendering::XGraphicDevice >& rDevice,
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.hxx80 const SurfaceProviderRef& rDevice,
H A Dcairo_canvasfont.cxx69 const SurfaceProviderRef& rDevice ) : in CanvasFont() argument
75 mpRefDevice( rDevice ) in CanvasFont()
H A Dcairo_canvasfont.hxx65 const SurfaceProviderRef& rDevice );
H A Dcairo_devicehelper.cxx158 const uno::Reference< rendering::XGraphicDevice >& rDevice, in createCompatibleBitmap()
169 rDevice.get(), in createCompatibleBitmap()
181 const uno::Reference< rendering::XGraphicDevice >& rDevice, in createCompatibleAlphaBitmap()
192 rDevice.get(), in createCompatibleAlphaBitmap()
H A Dcairo_devicehelper.hxx73 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
76 …com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
79 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
82 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
85 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
88 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
H A Dcairo_spritecanvashelper.cxx150 SpriteCanvas& rDevice, in init() argument
154 mpOwningSpriteCanvas = &rDevice; in init()
156 CanvasHelper::init( rSize, rDevice, &rDevice ); in init()
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx47 const DeviceRef& rDevice ) : in CanvasBitmap() argument
48 mpDevice( rDevice ), in CanvasBitmap()
H A Ddx_canvasbitmap.hxx75 const DeviceRef& rDevice );
H A Ddx_canvashelper.cxx125 void CanvasHelper::setDevice( rendering::XGraphicDevice& rDevice ) in setDevice() argument
127 mpDevice = &rDevice; in setDevice()
H A Ddx_canvashelper.hxx67 void setDevice( com::sun::star::rendering::XGraphicDevice& rDevice );
H A Ddx_devicehelper.cxx65 rendering::XGraphicDevice& rDevice ) in init() argument
68 mpDevice = &rDevice; in init()
H A Ddx_devicehelper.hxx58 com::sun::star::rendering::XGraphicDevice& rDevice );
67 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
70 …com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
73 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
76 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
79 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
82 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
H A Ddx_spritedevicehelper.hxx60 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
63 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
66 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,
69 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& rDevice,

Completed in 87 milliseconds

1234