Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/common/
HDgfx_fb.h262 bool is_same_pixel(struct text_pixel *, struct text_pixel *);
HDgfx_fb.c1088 is_same_pixel(struct text_pixel *px1, struct text_pixel *px2) in is_same_pixel() function
1184 if (is_same_pixel(&screen_buffer[soffset + x], in gfx_fb_copy_line()
/freebsd-14-stable/stand/i386/libi386/
HDvidconsole.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()
/freebsd-14-stable/stand/efi/libefi/
HDefi_console.c289 if (!is_same_pixel(&screen_buffer[soffset + x], in efi_text_copy_line()