/aoo42x/main/basebmp/test/ |
H A D | basictest.cxx | 111 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol) << "get/setPixel roundtrip #1"; in TEST_F() 116 ASSERT_TRUE(pDevice->getPixel(aPt2) == aCol2) << "get/setPixel roundtrip #2"; in TEST_F() 121 ASSERT_TRUE(pDevice->getPixel(aPt3) == aCol3) << "get/setPixel roundtrip #3"; in TEST_F() 124 ASSERT_TRUE(pDevice->getPixel(aPt3) == aCol2) << "get/setPixel roundtrip #3.5"; in TEST_F() 145 ASSERT_TRUE(pDevice->getPixel(aPt2) == aCol) << "get/setPixel roundtrip #4"; in TEST_F() 152 ASSERT_TRUE(pDevice->getPixel(aPt3) == aCol) << "get/setPixel roundtrip #6"; in TEST_F() 166 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #4"; in TEST_F() 170 ASSERT_TRUE(pDevice->getPixel(aPt2) == aCol5) << "get/setPixel roundtrip #5"; in TEST_F() 174 ASSERT_TRUE(pDevice->getPixel(aPt3) == aCol6) << "get/setPixel roundtrip #6"; in TEST_F() 187 ASSERT_TRUE(pDevice->getPixel(aPt) == aCol4) << "get/setPixel roundtrip #7"; in TEST_F() [all …]
|
H A D | linetest.cxx | 65 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestBasicDiagonalLines() 66 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestBasicDiagonalLines() 88 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestBasicHorizontalLines() 89 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestBasicHorizontalLines() 94 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestBasicHorizontalLines() 95 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestBasicHorizontalLines() 107 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestBasicVerticalLines() 108 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestBasicVerticalLines() 127 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestTieBreaking() 129 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestTieBreaking() [all …]
|
H A D | cliptest.cxx | 72 ASSERT_TRUE(rDevice->getPixel(aPt) == aBgCol) << "get/setPixel clip #1"; in implTestPixelClip() 76 ASSERT_TRUE(rDevice->getPixel(aPt2) == aBgCol) << "get/setPixel clip #2"; in implTestPixelClip() 80 ASSERT_TRUE(rDevice->getPixel(aPt1) != aBgCol) << "get/setPixel clip #3"; in implTestPixelClip() 98 ASSERT_TRUE(rDevice->getPixel(aPt3) != aBgCol) << "get line pixel"; in implTestLineClip() 99 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt3) ) == 4) in implTestLineClip() 103 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt3) ) == 121) in implTestLineClip() 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() 158 ASSERT_TRUE(countPixel( rDevice, rDevice->getPixel(aPt) ) == 5) in implTestBmpClip() [all …]
|
H A D | filltest.cxx | 76 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestRectFill() 78 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestRectFill() 80 ASSERT_TRUE(rDevice->getPixel(aPt3) != aCol) << "topmost pixel not set"; in implTestRectFill() 82 ASSERT_TRUE(rDevice->getPixel(aPt4) != aCol) << "bottommost pixel not set"; in implTestRectFill() 120 ASSERT_TRUE(rDevice->getPixel(aPt1) == aCol) << "first pixel set"; in implTestCornerCases() 129 ASSERT_TRUE(rDevice->getPixel(aPt2) == aCol) << "last pixel set"; in implTestCornerCases() 138 ASSERT_TRUE(rDevice->getPixel(aPt3) == aCol) << "top-middle pixel set"; in implTestCornerCases() 147 ASSERT_TRUE(rDevice->getPixel(aPt4) == aCol) << "bottom-middle pixel set"; in implTestCornerCases()
|
H A D | tools.cxx | 41 if( rDevice->getPixel( basegfx::B2IPoint(x,y) ) == checkColor ) in countPixel()
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 151 int nBorderColor = m_aImage.getPixel(0,0); in createNewImageWithoutBorder() 228 int nCurrentColor = _aImage.getPixel(x, y); in findBorder() 247 int nCurrentColor = _aImage.getPixel(nx, ny); in findBorder() 306 aBI.setRGB(x, y, _aImage.getPixel(x + nXOffset, y + nYOffset)); in createImage()
|
H A D | ImageHelper.java | 67 public int getPixel(int x, int y) in getPixel() method in ImageHelper
|
H A D | PixelCounter.java | 119 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | genericcolorimageaccessor.hxx | 58 { return mpDevice->getPixel( basegfx::B2IPoint( i->x,i->y ) ); } in operator ()() 62 { return mpDevice->getPixel( basegfx::B2IPoint( i[diff]->x, in operator ()()
|
/aoo42x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap() 295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap() 360 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkBitmapImport() 446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport() 525 virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&, in getPixel() function in __anond1d47db40111::TestBitmap
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | doublebitmapbase.hxx | 124 …virtual ::com::sun::star::uno::Sequence< double > SAL_CALL getPixel( ::com::sun::star::rendering::… in getPixel() function in canvas::DoubleBitmapBase 134 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
H A D | floatbitmapbase.hxx | 127 …virtual ::com::sun::star::uno::Sequence< float > SAL_CALL getPixel( ::com::sun::star::rendering::F… in getPixel() function in canvas::FloatBitmapBase 138 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
H A D | integerbitmapbase.hxx | 124 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getPixel( ::com::sun::star::rendering… in getPixel() function in canvas::IntegerBitmapBase 134 return BaseType::maCanvasHelper.getPixel( bitmapLayout, in getPixel()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_bitmapcanvashelper.cxx | 210 …uno::Sequence< sal_Int8 > BitmapCanvasHelper::getPixel( rendering::IntegerBitmapLayout& bitmapLa… in getPixel() function in dxcanvas::BitmapCanvasHelper 222 return mpTarget->getPixel(bitmapLayout,pos); in getPixel()
|
H A D | dx_ibitmap.hxx | 58 virtual ::com::sun::star::uno::Sequence< sal_Int8 > getPixel(
|
H A D | dx_bitmap.hxx | 68 ::com::sun::star::uno::Sequence< sal_Int8 > getPixel(
|
H A D | dx_surfacebitmap.hxx | 85 virtual ::com::sun::star::uno::Sequence< sal_Int8 > getPixel(
|
H A D | dx_bitmapcanvashelper.hxx | 117 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
H A D | dx_bitmap.cxx | 196 … uno::Sequence< sal_Int8 > DXBitmap::getPixel( rendering::IntegerBitmapLayout& /*bitmapLayout*/, in getPixel() function in dxcanvas::DXBitmap
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 562 SalColor SvpSalGraphics::getPixel( long nX, long nY ) in getPixel() function in SvpSalGraphics 564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel()
|
H A D | svppspgraphics.cxx | 142 nCol = getRGBFromColor( m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ) ); in GetPixelRGB() 153 basebmp::Color aCol = m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ); in GetPixelGray() 460 SalColor PspGraphics::getPixel( long /*nX*/, long /*nY*/ ) in getPixel() function in PspGraphics
|
/aoo42x/main/basebmp/source/ |
H A D | debug.cxx | 98 …rOutputStream << std::setw(8) << (sal_uInt32)rDevice->getPixel( basegfx::B2IPoint(x,y) ).toInt32()… in debugDump()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | canvasbitmaphelper.hxx | 108 getPixel( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | ImageHelper.java | 71 public int getPixel(final int x, final int y) in getPixel() method in ImageHelper
|
H A D | PixelCounter.java | 161 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
|