Lines Matching refs:RGB
16 static RGB get_test_pattern_pixel(IFramebuffer& fb, unsigned x, unsigned y) in get_test_pattern_pixel()
30 return RGB(255, 255, 255); in get_test_pattern_pixel()
33 return RGB(255, 255, 255); in get_test_pattern_pixel()
36 return RGB(255, 255, 255); in get_test_pattern_pixel()
39 return RGB(255, 255, 255); in get_test_pattern_pixel()
42 return RGB(0, 0, 255); in get_test_pattern_pixel()
45 return RGB(0, 0, 255); in get_test_pattern_pixel()
48 return RGB(255, 0, 0); in get_test_pattern_pixel()
51 return RGB(255, 0, 0); in get_test_pattern_pixel()
56 return RGB(255, 255, 255); in get_test_pattern_pixel()
59 return RGB(255, 255, 255); in get_test_pattern_pixel()
92 return RGB(r, g, b); in get_test_pattern_pixel()
96 return RGB(0, 0, 0); in get_test_pattern_pixel()
116 RGB pixel = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part()
128 RGB pixel1 = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part()
129 RGB pixel2 = get_test_pattern_pixel(fb, x + 1, y); in draw_test_pattern_part()
139 RGB pixel00 = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part()
140 RGB pixel10 = get_test_pattern_pixel(fb, x + 1, y); in draw_test_pattern_part()
141 RGB pixel01 = get_test_pattern_pixel(fb, x, y + 1); in draw_test_pattern_part()
142 RGB pixel11 = get_test_pattern_pixel(fb, x + 1, y + 1); in draw_test_pattern_part()