1TICKIT_RENDERBUFFER_ERASERECLTi(b3r)ary Functions MaTnIuCaKlIT_RENDERBUFFER_ERASERECT(3)
2
3
4

NAME

6       tickit_renderbuffer_eraserect,  tickit_renderbuffer_clear - erase large
7       areas
8

SYNOPSIS

10       #include <tickit.h>
11
12       void tickit_renderbuffer_eraserect(TickitRenderBuffer *rb,
13                TickitRect *rect);
14       void tickit_renderbuffer_clear(TickitRenderBuffer *rb);
15
16       Link with -ltickit.
17

DESCRIPTION

19       tickit_renderbuffer_eraserect() creates erase regions for every line in
20       rect within the buffer, set to the current pen.
21
22       tickit_renderbuffer_clear()  erases  the  entire buffer area within the
23       current clipping region and masks, setting it all to be  erase  regions
24       with the curent pen.
25
26       Neither of these functions use or update the virtual cursor.
27

RETURN VALUE

29       These functions return nothing
30

SEE ALSO

32       tickit_renderbuffer_new(3), tickit_renderbuffer_blit(3), tickit_renderā€
33       buffer_flush_to_term(3), tickit_renderbuffer(7), tickit(7)
34
35
36
37                                              TICKIT_RENDERBUFFER_ERASERECT(3)
Impressum