Home
last modified time | relevance | path

Searched refs:get_test_pattern_pixel (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/kms++util/src/
Dtestpat.cpp16 static RGB get_test_pattern_pixel(IFramebuffer& fb, unsigned x, unsigned y) in get_test_pattern_pixel() function
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()