Home
last modified time | relevance | path

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

/freebsd-13.1/stand/common/
H A Dgfx_fb.h265 bool is_same_pixel(struct text_pixel *, struct text_pixel *);
H A Dgfx_fb.c1085 is_same_pixel(struct text_pixel *px1, struct text_pixel *px2) in is_same_pixel() function
1181 if (is_same_pixel(&screen_buffer[soffset + x], in gfx_fb_copy_line()
/freebsd-13.1/stand/i386/libi386/
H A Dvidconsole.c410 if (!is_same_pixel( in vidc_text_copy()
432 if (!is_same_pixel( in vidc_text_copy()
452 if (!is_same_pixel( in vidc_text_copy()
/freebsd-13.1/stand/efi/libefi/
H A Defi_console.c291 if (!is_same_pixel(&screen_buffer[soffset + x], in efi_text_copy_line()