Searched refs:draw_yuv444_pixel (Results 1 – 3 of 3) sorted by relevance
/external/libkmsxx/kms++util/inc/kms++util/ |
D | kms++util.h | 21 void draw_yuv444_pixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv);
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 111 void draw_yuv444_pixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv) in draw_yuv444_pixel() function 409 draw_yuv444_pixel(fb, x + i, y + j, yuvcolor); in draw_rect() 505 draw_yuv444_pixel(buf, xpos + x, ypos + y, b ? yuvcolor : YUV(RGB())); in draw_char()
|
D | testpat.cpp | 126 draw_yuv444_pixel(fb, x, y, pixel.yuv(yuvt)); in draw_test_pattern_part()
|