Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/inc/kms++util/
Dkms++util.h21 void draw_yuv444_pixel(IFramebuffer& buf, unsigned x, unsigned y, YUV yuv);
/external/libkmsxx/kms++util/src/
Ddrawing.cpp111 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()
Dtestpat.cpp126 draw_yuv444_pixel(fb, x, y, pixel.yuv(yuvt)); in draw_test_pattern_part()