Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.h262 bool is_same_pixel(struct text_pixel *, struct text_pixel *);
H A Dgfx_fb.c1169 is_same_pixel(struct text_pixel *px1, struct text_pixel *px2) in is_same_pixel() function
1265 if (is_same_pixel(&screen_buffer[soffset + x], in gfx_fb_copy_line()
/src/stand/i386/libi386/
H A Dvidconsole.c406 if (!is_same_pixel( in vidc_text_copy()
428 if (!is_same_pixel( in vidc_text_copy()
448 if (!is_same_pixel( in vidc_text_copy()
/src/stand/efi/libefi/
H A Defi_console.c289 if (!is_same_pixel(&screen_buffer[soffset + x], in efi_text_copy_line()