Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/lesstest/
H A Drun.c87 display_screen_debug(img, imglen, pipeline->screen_width, pipeline->screen_height); in curr_screen_match()
89 display_screen_debug(curr, currlen, pipeline->screen_width, pipeline->screen_height); in curr_screen_match()
H A Dlesstest.h78 void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height);
H A Ddisplay.c93 void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height) { in display_screen_debug() function