Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/src/
Ddrawing.cpp62 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()
Dtestpat.cpp130 draw_yuv422_macropixel(fb, x, y, pixel1.yuv(yuvt), pixel2.yuv(yuvt)); in draw_test_pattern_part()
/external/libkmsxx/kms++util/inc/kms++util/
Dkms++util.h21 void draw_yuv422_macropixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv1, YUV yuv2);