|
NAMEtickit_renderbuffer_eraserect, tickit_renderbuffer_clear - erase large areasSYNOPSIS#include <tickit.h> void tickit_renderbuffer_eraserect(TickitRenderBuffer *rb, TickitRect *rect); void tickit_renderbuffer_clear(TickitRenderBuffer *rb); Link with -ltickit. DESCRIPTIONtickit_renderbuffer_eraserect() creates erase regions for every line in rect within the buffer, set to the current pen.tickit_renderbuffer_clear() erases the entire buffer area within the current clipping region and masks, setting it all to be erase regions with the current pen. Neither of these functions use or update the virtual cursor. RETURN VALUEThese functions return nothingSEE ALSOtickit_renderbuffer_new(3), tickit_renderbuffer_blit(3), tickit_renderbuffer_flush_to_term(3), tickit_renderbuffer(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |