Lines Matching refs:pixel
1687 COLORREF pixel; in test_createhbitmap() local
1730 pixel = GetPixel(hdc, 5, 5); in test_createhbitmap()
1735 expect(0x686868, pixel); in test_createhbitmap()
1779 pixel = GetPixel(hdc, 5, 5); in test_createhbitmap()
1780 expect(0x2a2a2a, pixel); in test_createhbitmap()
1781 pixel = GetPixel(hdc, 1, 0); in test_createhbitmap()
1782 expect(0x0, pixel); in test_createhbitmap()
1821 pixel = GetPixel(hdc, 5, 5); in test_createhbitmap()
1822 ok(pixel == 0xc12ac1 || broken(pixel == 0xc12a2a), "got %x, expected 0xc12ac1\n", pixel); in test_createhbitmap()
1823 pixel = GetPixel(hdc, 1, 0); in test_createhbitmap()
1824 ok(pixel == 0xff00ff || broken(pixel == 0xff0000), "got %x, expected 0xff00ff\n", pixel); in test_createhbitmap()
1825 pixel = GetPixel(hdc, 2, 0); in test_createhbitmap()
1826 ok(pixel == 0xb12ac1 || broken(pixel == 0xb12a2a), "got %x, expected 0xb12ac1\n", pixel); in test_createhbitmap()
1861 pixel = GetPixel(hdc, 5, 5); in test_createhbitmap()
1862 ok(pixel == 0xc12ac1 || broken(pixel == 0xc12a2a), "got %x, expected 0xc12ac1\n", pixel); in test_createhbitmap()
1863 pixel = GetPixel(hdc, 1, 0); in test_createhbitmap()
1864 ok(pixel == 0xff00ff || broken(pixel == 0xff0000), "got %x, expected 0xff00ff\n", pixel); in test_createhbitmap()
1865 pixel = GetPixel(hdc, 2, 0); in test_createhbitmap()
1866 ok(pixel == 0xb12ac1 || broken(pixel == 0xb12a2a), "got %x, expected 0xb12ac1\n", pixel); in test_createhbitmap()
1895 pixel = GetPixel(hdc, 0, 0); in test_createhbitmap()
1896 expect(0x686868, pixel); in test_createhbitmap()