Searched defs:PUT_PIXEL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dpointer.c47 # define PUT_PIXEL(c) ErrorF ("%c", c) macro
49 # define PUT_PIXEL(c) do { } while(0) macro
306 PUT_PIXEL('X');
311 PUT_PIXEL('*');
320 PUT_PIXEL(' ');
323 PUT_PIXEL('\n');

Completed in 43 milliseconds