Searched refs:draw_yuv422_macropixel (Results 1 – 3 of 3) sorted by relevance
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 62 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2) in draw_yuv422_macropixel() function 182 draw_yuv422_macropixel(fb, x + i, y + j, yuvcolor, yuvcolor); in draw_rect() 243 draw_yuv422_macropixel(buf, xpos + x, ypos + y, in draw_char()
|
D | testpat.cpp | 130 draw_yuv422_macropixel(fb, x, y, pixel1.yuv(yuvt), pixel2.yuv(yuvt)); in draw_test_pattern_part()
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | kms++util.h | 21 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2);
|