GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_RENDERBUFFER_NEW(3) FreeBSD Library Functions Manual TICKIT_RENDERBUFFER_NEW(3)

tickit_renderbuffer_new - create a new render buffer instance

#include <tickit.h>

TickitRenderBuffer *tickit_renderbuffer_new(int lines, int cols);

Link with -ltickit.

tickit_renderbuffer_new() creates a new TickitRenderBuffer instance of the given size. Once constructed, the size is fixed. Initially it has a clipping region covering the entire area, a zero translation offset, no applied masks, no stored pen and no virtual cursor position. It can be reset back to this state at any time by calling tickit_renderbuffer_reset(3).

The reference count of a newly-constructed render buffer instance will be one. This can be incremented or decremented using tickit_renderbuffer_ref(3) and tickit_renderbuffer_unref(3). When its reference count reaches zero it is destroyed.

If successful, tickit_renderbuffer_new() returns a pointer to the new instance.

tickit_renderbuffer_text(3), tickit_renderbuffer_blit(3), tickit_renderbuffer_flush_to_term(3), tickit_renderbuffer(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.