Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_RE..._ERASERECT(3)  Library Functions Manual  TICKIT_RE..._ERASERECT(3)

NAME
       tickit_renderbuffer_eraserect,  tickit_renderbuffer_clear - erase large
       areas

SYNOPSIS
       #include	<tickit.h>

       void tickit_renderbuffer_eraserect(TickitRenderBuffer *rb,
		TickitRect *rect);
       void tickit_renderbuffer_clear(TickitRenderBuffer *rb);

       Link with -ltickit.

DESCRIPTION
       tickit_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 VALUE
       These functions return nothing

SEE ALSO
       tickit_renderbuffer_new(3), tickit_renderbuffer_blit(3),	tickit_render-
       buffer_flush_to_term(3),	tickit_renderbuffer(7),	tickit(7)

						     TICKIT_RE..._ERASERECT(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_renderbuffer_eraserect&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help