Searched refs:get_test_pattern_pixel (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libkmsxx/kms++util/src/ |
H A D | testpat.cpp | 18 static RGB get_test_pattern_pixel(IFramebuffer& fb, unsigned x, unsigned y) in get_test_pattern_pixel() function 114 RGB pixel = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part() 125 RGB pixel = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part() 134 RGB pixel1 = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part() 135 RGB pixel2 = get_test_pattern_pixel(fb, x + 1, y); in draw_test_pattern_part() 144 RGB pixel00 = get_test_pattern_pixel(fb, x, y); in draw_test_pattern_part() 145 RGB pixel10 = get_test_pattern_pixel(fb, x + 1, y); in draw_test_pattern_part() 146 RGB pixel01 = get_test_pattern_pixel(fb, x, y + 1); in draw_test_pattern_part() 147 RGB pixel11 = get_test_pattern_pixel(fb, x + 1, y + 1); in draw_test_pattern_part()
|