Home
last modified time | relevance | path

Searched refs:GetPixelColor (Results 1 – 25 of 96) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DBmpFilterTest.cxx40 CPPUNIT_ASSERT_EQUAL(COL_WHITE, aBitmap.GetPixelColor(0, 0)); in CPPUNIT_TEST_FIXTURE()
41 CPPUNIT_ASSERT_EQUAL(COL_WHITE, aBitmap.GetPixelColor(9, 9)); in CPPUNIT_TEST_FIXTURE()
91 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
105 CPPUNIT_ASSERT_EQUAL(COL_BLACK, aBitmap.GetPixelColor(0, 0)); in CPPUNIT_TEST_FIXTURE()
106 CPPUNIT_ASSERT_EQUAL(COL_BLACK, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
107 CPPUNIT_ASSERT_EQUAL(COL_BLACK, aBitmap.GetPixelColor(2, 0)); in CPPUNIT_TEST_FIXTURE()
108 CPPUNIT_ASSERT_EQUAL(COL_WHITE, aBitmap.GetPixelColor(2, 2)); in CPPUNIT_TEST_FIXTURE()
123 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
139 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
155 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
[all …]
H A DXpmFilterTest.cxx40 CPPUNIT_ASSERT_EQUAL(COL_LIGHTBLUE, aBitmap.GetPixelColor(0, 0)); in CPPUNIT_TEST_FIXTURE()
41 CPPUNIT_ASSERT_EQUAL(COL_LIGHTRED, aBitmap.GetPixelColor(2, 0)); in CPPUNIT_TEST_FIXTURE()
42 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
43 CPPUNIT_ASSERT_EQUAL(COL_LIGHTGREEN, aBitmap.GetPixelColor(2, 2)); in CPPUNIT_TEST_FIXTURE()
55 CPPUNIT_ASSERT_EQUAL(COL_LIGHTBLUE, aBitmap.GetPixelColor(0, 0)); in CPPUNIT_TEST_FIXTURE()
56 CPPUNIT_ASSERT_EQUAL(COL_LIGHTRED, aBitmap.GetPixelColor(2, 0)); in CPPUNIT_TEST_FIXTURE()
57 CPPUNIT_ASSERT_EQUAL(COL_YELLOW, aBitmap.GetPixelColor(0, 2)); in CPPUNIT_TEST_FIXTURE()
58 CPPUNIT_ASSERT_EQUAL(COL_LIGHTGREEN, aBitmap.GetPixelColor(2, 2)); in CPPUNIT_TEST_FIXTURE()
70 CPPUNIT_ASSERT_EQUAL(Color(0xffffff), aBitmap.GetPixelColor(0, 0)); in CPPUNIT_TEST_FIXTURE()
71 CPPUNIT_ASSERT_EQUAL(Color(0x72d1c8), aBitmap.GetPixelColor(1, 1)); in CPPUNIT_TEST_FIXTURE()
[all …]
H A DBitmapExTest.cxx51 aBitmapEx.GetPixelColor(0, 0)); in testGetPixelColor24_8()
70 aBitmapEx.GetPixelColor(0, 0)); in testGetPixelColor32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/util/
H A Dimage_util_unittest.py30 image_util.GetPixelColor(bmp, 0, 0).AssertIsRGB(255, 0, 0)
31 image_util.GetPixelColor(bmp, 1, 1).AssertIsRGB(0, 255, 0)
32 image_util.GetPixelColor(bmp, 0, 1).AssertIsRGB(0, 0, 255)
33 image_util.GetPixelColor(bmp, 1, 0).AssertIsRGB(255, 255, 0)
41 image_util.GetPixelColor(file_bmp, 0, 0).AssertIsRGB(255, 0, 0)
42 image_util.GetPixelColor(file_bmp, 1, 1).AssertIsRGB(0, 255, 0)
43 image_util.GetPixelColor(file_bmp, 0, 1).AssertIsRGB(0, 0, 255)
83 image_util.GetPixelColor(diff_bmp, 0, 0).AssertIsRGB(0, 0, 0)
84 image_util.GetPixelColor(diff_bmp, 1, 1).AssertIsRGB(0, 0, 0)
126 image_util.GetPixelColor(bmp, 0, 0).AssertIsRGB(1, 2, 0)
[all …]
H A Dimage_util.py46 def GetPixelColor(image, x, y): function
48 return impl.GetPixelColor(image, x, y)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/bitmaprender/
H A DBitmapRenderTest.cxx135 CPPUNIT_ASSERT_EQUAL(Color(0xFF, 0x00, 0x00, 0x00), aBitmapEx.GetPixelColor(0, 0)); in testDrawAlphaBitmapEx()
136 CPPUNIT_ASSERT_EQUAL(Color(0x00, 0xFF, 0xFF, 0x00), aBitmapEx.GetPixelColor(1, 1)); in testDrawAlphaBitmapEx()
137 CPPUNIT_ASSERT_EQUAL(Color(0x7F, 0x00, 0xFF, 0x00), aBitmapEx.GetPixelColor(2, 2)); in testDrawAlphaBitmapEx()
181 Color aColor = aBitmap.GetPixelColor(1, 1); in testAlphaVirtualDevice()
200 aColor = aBitmap.GetPixelColor(1, 1); in testAlphaVirtualDevice()
223 aColor = aBitmap.GetPixelColor(0, 0); in testAlphaVirtualDevice()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/bitmaprender/
H A DBitmapRenderTest.cxx160 aBitmapEx.GetPixelColor(0, 0)); in testDrawAlphaBitmapEx()
162 aBitmapEx.GetPixelColor(1, 1)); in testDrawAlphaBitmapEx()
164 aBitmapEx.GetPixelColor(2, 2)); in testDrawAlphaBitmapEx()
197 Color aColor = aBitmap.GetPixelColor(1, 1); in testAlphaVirtualDevice()
216 aColor = aBitmap.GetPixelColor(1, 1); in testAlphaVirtualDevice()
239 aColor = aBitmap.GetPixelColor(0, 0); in testAlphaVirtualDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/image_processing/
H A D_bitmap.py140 def GetPixelColor(self, x, y): member in Bitmap
175 c0 = self.GetPixelColor(x, y)
176 c1 = other.GetPixelColor(x, y)
195 c0 = self.GetPixelColor(x, y)
200 c1 = other.GetPixelColor(x, y)
H A Dimage_util_bitmap_impl.py22 def GetPixelColor(bitmap, x, y): function
23 return bitmap.GetPixelColor(x, y)
/dports/games/zatacka/zatacka-0.1.8/src/
H A Dfx.cpp567 pxcolor=GetPixelColor(dest,nx,ny); //get color of pixel, where I'm going in Move()
568 pxcolor +=GetPixelColor(dest,nx+1,ny+1); in Move()
569 pxcolor +=GetPixelColor(dest,nx+1,ny); in Move()
571 pxcolor +=GetPixelColor(dest,nx-1,ny-1); in Move()
572 pxcolor +=GetPixelColor(dest,nx-1,ny); in Move()
574 pxcolor +=GetPixelColor(dest,nx,ny+1); in Move()
575 pxcolor += GetPixelColor(dest,nx,ny-1); in Move()
633 Uint8 GetPixelColor (SDL_Surface *surface,int x,int y){ in GetPixelColor() function
H A Dfx.h52 Uint8 GetPixelColor (SDL_Surface *surface,int x,int y);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cursor/
H A Dcursor_util_unittest.cc18 SkColor GetPixelColor() { in GetPixelColor() function in ui::__anona4d0ffd20111::CursorUtilTest
29 const SkColor pixel_color = GetPixelColor(); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cursor/
H A Dcursor_util_unittest.cc18 SkColor GetPixelColor() { in GetPixelColor() function in ui::__anonf37e35b70111::CursorUtilTest
29 const SkColor pixel_color = GetPixelColor(); in TEST_P()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DBitmapExTest.cxx50 CPPUNIT_ASSERT_EQUAL(Color(0xAA, 0x00, 0xFF, 0x00), aBitmapEx.GetPixelColor(0, 0)); in testGetPixelColor24_8()
69 CPPUNIT_ASSERT_EQUAL(Color(0xAA, 0x00, 0xFF, 0x00), aBitmapEx.GetPixelColor(0, 0)); in testGetPixelColor32()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dwin32_image_util_test.cc353 EXPECT_EQ(RGBColor::kBlack, sub_pixel.GetPixelColor()) in TEST()
360 EXPECT_EQ(RGBColor::kWhite, sub_pixel.GetPixelColor()); in TEST()
364 EXPECT_EQ(kGreen, sub_pixel.GetPixelColor()); in TEST()
369 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
374 EXPECT_EQ(1, sub_pixel.GetPixelColor().r); in TEST()
378 EXPECT_EQ(kBlue, sub_pixel.GetPixelColor()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/browser/
H A Dtab_unittest.py116 image_util.GetPixelColor(
119 image_util.GetPixelColor(
122 image_util.GetPixelColor(
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/class/thumbs/
H A Dphpthumb.filters.php49 $RealPixel = phpthumb_functions::GetPixelColor($gdimg_image, $x, $y);
179 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
215 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
261 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
533 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
614 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
878 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
970 $OriginalPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
1019 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
1038 $currentPixel = phpthumb_functions::GetPixelColor($gdimg, $x, $y);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/gpu_tests/
H A Dmaps_integration_test.py167 pixel = image_util.GetPixelColor(screenshot, col, row)
174 pixel = image_util.GetPixelColor(screenshot, column, row)
/dports/devel/cc65/cc65-2.19/src/sp65/
H A Dbitmap.h110 Color GetPixelColor (const Bitmap* B, unsigned X, unsigned Y);
H A Dbitmap.c141 Color GetPixelColor (const Bitmap* B, unsigned X, unsigned Y) in GetPixelColor() function

1234