Searched defs:bitmapLayout (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | doublebitmapbase.hxx | 76 …uno::Sequence< double > SAL_CALL getData( ::com::sun::star::rendering::FloatingPointBitmapLayout& … in getData() 90 virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< double >& data, in setData() 107 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< double >& color, in setPixel() 124 …no::Sequence< double > SAL_CALL getPixel( ::com::sun::star::rendering::FloatingPointBitmapLayout& … in getPixel()
|
H A D | floatbitmapbase.hxx | 76 …:uno::Sequence< float > SAL_CALL getData( ::com::sun::star::rendering::FloatingPointBitmapLayout& … in getData() 91 virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< float >& data, in setData() 109 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< float >& color, in setPixel() 127 …uno::Sequence< float > SAL_CALL getPixel( ::com::sun::star::rendering::FloatingPointBitmapLayout& … in getPixel()
|
H A D | integerbitmapbase.hxx | 76 …:uno::Sequence< sal_Int8 > SAL_CALL getData( ::com::sun::star::rendering::IntegerBitmapLayout& bi… in getData() 90 virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< sal_Int8 >& data, in setData() 107 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< sal_Int8 >& color, in setPixel() 124 …uno::Sequence< sal_Int8 > SAL_CALL getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bit… in getPixel()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_bitmapcanvashelper.cxx | 165 …::Sequence< sal_Int8 > BitmapCanvasHelper::getData( rendering::IntegerBitmapLayout& bitmapLayo… in getData() 181 const rendering::IntegerBitmapLayout& bitmapLayout, in setData() 196 const rendering::IntegerBitmapLayout& bitmapLayout, in setPixel() 210 …::Sequence< sal_Int8 > BitmapCanvasHelper::getPixel( rendering::IntegerBitmapLayout& bitmapLayou… in getPixel()
|
/aoo42x/main/canvas/source/tools/ |
H A D | verifyinput.cxx | 589 void verifyInput( const rendering::IntegerBitmapLayout& bitmapLayout, in verifyInput() 667 void verifyInput( const rendering::FloatingPointBitmapLayout& bitmapLayout, in verifyInput()
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 465 …uence< sal_Int8 > SAL_CALL VclCanvasBitmap::getData( rendering::IntegerBitmapLayout& bitmapLayou… in getData() 570 …uence< sal_Int8 > SAL_CALL VclCanvasBitmap::getPixel( rendering::IntegerBitmapLayout& bitmapLayout, in getPixel()
|
/aoo42x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 479 …rtual uno::Sequence< ::sal_Int8 > SAL_CALL getData( rendering::IntegerBitmapLayout& bitmapLayo… in getData()
|
Completed in 37 milliseconds