/trunk/main/canvas/inc/canvas/base/ |
H A D | doublebitmapbase.hxx | 76 …< double > SAL_CALL getData( ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in getData() argument 86 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData() 91 … const ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in setData() 96 verifyInput(bitmapLayout, rect, this); in setData() 104 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData() 108 … const ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in setPixel() 113 verifyInput(bitmapLayout, pos, this); in setPixel() 121 BaseType::maCanvasHelper.setPixel( color, bitmapLayout, pos ); in setPixel() 124 … double > SAL_CALL getPixel( ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in getPixel() argument 134 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
H A D | floatbitmapbase.hxx | 76 …e< float > SAL_CALL getData( ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in getData() argument 87 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData() 92 … const ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in setData() 97 verifyInput(bitmapLayout, rect, in setData() 106 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData() 110 … const ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in setPixel() 115 verifyInput(bitmapLayout, pos, in setPixel() 124 BaseType::maCanvasHelper.setPixel( color, bitmapLayout, pos ); in setPixel() 127 …< float > SAL_CALL getPixel( ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout, in getPixel() argument 138 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
H A D | integerbitmapbase.hxx | 76 …ence< sal_Int8 > SAL_CALL getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, in getData() argument 86 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData() 91 … const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, in setData() 94 tools::verifyArgs(bitmapLayout, rect, in setData() 104 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData() 108 … const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, in setPixel() 111 tools::verifyArgs(bitmapLayout, pos, in setPixel() 121 BaseType::maCanvasHelper.setPixel( color, bitmapLayout, pos ); in setPixel() 124 …ence< sal_Int8 > SAL_CALL getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, in getPixel() argument 134 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_bitmapcanvashelper.cxx | 165 …equence< sal_Int8 > BitmapCanvasHelper::getData( rendering::IntegerBitmapLayout& bitmapLayout, in getData() argument 176 bitmapLayout = getMemoryLayout(); in getData() 177 return mpTarget->getData(bitmapLayout,rect); in getData() 181 const rendering::IntegerBitmapLayout& bitmapLayout, in setData() argument 192 mpTarget->setData(data,bitmapLayout,rect); in setData() 196 const rendering::IntegerBitmapLayout& bitmapLayout, in setPixel() argument 207 mpTarget->setPixel(color,bitmapLayout,pos); in setPixel() 210 …Sequence< sal_Int8 > BitmapCanvasHelper::getPixel( rendering::IntegerBitmapLayout& bitmapLayout, in getPixel() argument 221 bitmapLayout = getMemoryLayout(); in getPixel() 222 return mpTarget->getPixel(bitmapLayout,pos); in getPixel()
|
H A D | dx_ibitmap.hxx | 45 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 50 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 55 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 59 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
H A D | dx_bitmap.hxx | 55 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 60 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 65 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 69 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
H A D | dx_surfacebitmap.hxx | 72 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 77 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 82 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 86 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
H A D | dx_bitmapcanvashelper.hxx | 105 getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 109 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 113 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 117 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/trunk/main/canvas/source/tools/ |
H A D | verifyinput.cxx | 589 void verifyInput( const rendering::IntegerBitmapLayout& bitmapLayout, in verifyInput() argument 596 if( bitmapLayout.ScanLines < 0 ) in verifyInput() 609 if( bitmapLayout.ScanLineBytes < 0 ) in verifyInput() 622 if( !bitmapLayout.ColorSpace.is() ) in verifyInput() 636 if( bitmapLayout.ColorSpace->getBitsPerPixel() < 0 ) in verifyInput() 674 if( bitmapLayout.ScanLines < 0 ) in verifyInput() 687 if( bitmapLayout.ScanLineBytes < 0 ) in verifyInput() 700 if( !bitmapLayout.ColorSpace.is() ) in verifyInput() 713 if( bitmapLayout.NumComponents < 0 ) in verifyInput() 726 if( bitmapLayout.Endianness < util::Endianness::LITTLE || in verifyInput() [all …]
|
/trunk/main/canvas/source/vcl/ |
H A D | canvasbitmaphelper.hxx | 96 getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 100 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 104 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 108 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
H A D | canvashelper.hxx | 253 getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 257 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 261 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 265 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/trunk/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 472 bitmapLayout = getMemoryLayout(); in getData() 502 bitmapLayout.ScanLines = aRequestedBytes.getHeight(); in getData() 503 bitmapLayout.ScanLineBytes = in getData() 504 bitmapLayout.ScanLineStride= aRequestedBytes.getWidth(); in getData() 506 sal_Int32 nScanlineStride=bitmapLayout.ScanLineStride; in getData() 509 pOutBuf += bitmapLayout.ScanLineStride*(aRequestedBytes.getHeight()-1); in getData() 570 …uence< sal_Int8 > SAL_CALL VclCanvasBitmap::getPixel( rendering::IntegerBitmapLayout& bitmapLayout, in getPixel() argument 577 bitmapLayout = getMemoryLayout(); in getPixel() 595 bitmapLayout.ScanLines = 1; in getPixel() 596 bitmapLayout.ScanLineBytes = in getPixel() [all …]
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XIeeeDoubleReadOnlyBitmap.idl | 81 @param bitmapLayout 95 …sequence<double> getData( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::g… 107 @param bitmapLayout 120 …sequence<double> getPixel( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::…
|
H A D | XIeeeFloatReadOnlyBitmap.idl | 80 @param bitmapLayout 94 …sequence<float> getData( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::g… 106 @param bitmapLayout 119 …sequence<float> getPixel( [out] FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::…
|
H A D | XIeeeDoubleBitmap.idl | 77 @param bitmapLayout 94 …void setData( [in] sequence<double> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] :… 114 @param bitmapLayout 129 …void setPixel( [in] sequence<double> color, [in] FloatingPointBitmapLayout bitmapLayout, [in]…
|
H A D | XIeeeFloatBitmap.idl | 77 @param bitmapLayout 94 …void setData( [in] sequence<float> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::… 114 @param bitmapLayout 129 …void setPixel( [in] sequence<float> color, [in] FloatingPointBitmapLayout bitmapLayout, [in] …
|
H A D | XIntegerBitmap.idl | 79 @param bitmapLayout 96 …void setData( [in] sequence<byte> data, [in] IntegerBitmapLayout bitmapLayout, [in] ::com::sun:… 121 @param bitmapLayout 136 …void setPixel( [in] sequence<byte> color, [in] IntegerBitmapLayout bitmapLayout, [in] ::com::su…
|
H A D | XIntegerReadOnlyBitmap.idl | 86 @param bitmapLayout 104 …sequence<byte> getData( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry:… 123 @param bitmapLayout 140 …sequence<byte> getPixel( [out] IntegerBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry:…
|
H A D | XHalfFloatBitmap.idl | 69 …void setData( [in] sequence<short> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::… 86 …void setPixel( [in] sequence<short> color, [in] FloatingPointBitmapLayout bitmapLayout, [in] …
|
/trunk/main/canvas/inc/canvas/rendering/ |
H A D | bitmap.hxx | 86 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 91 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 96 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 100 ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/trunk/main/canvas/source/null/ |
H A D | null_canvashelper.hxx | 223 getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 227 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 231 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 235 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.hxx | 236 getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 240 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 244 const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 248 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/trunk/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 479 …al uno::Sequence< ::sal_Int8 > SAL_CALL getData( rendering::IntegerBitmapLayout& bitmapLayout, in getData() argument 488 bitmapLayout = getMemoryLayout(); in getData() 496 bitmapLayout.ScanLines = nHeight; in getData() 497 bitmapLayout.ScanLineBytes = in getData() 498 bitmapLayout.ScanLineStride= nScanlineLen; in getData()
|
/trunk/main/vcl/inc/ |
H A D | canvasbitmap.hxx | 76 …> SAL_CALL getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, const ::com::s… 77 … SAL_CALL getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, const ::com::s…
|
/trunk/main/canvas/inc/canvas/ |
H A D | verifyinput.hxx | 348 …_DLLPUBLIC void verifyInput( const ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 370 …UBLIC void verifyInput( const ::com::sun::star::rendering::FloatingPointBitmapLayout& bitmapLayout,
|