Functions that are available for pixmaps.
API component | Description |
---|---|
screen_create_pixmap() | Create a pixmap that can be used to do off-screen rendering. |
screen_attach_pixmap_buffer() | Associate an externally allocated buffer with a pixmap. |
screen_create_pixmap_buffer() | Send a request to the composition manager to add a new buffer to a pixmap. |
screen_destroy_pixmap() | Destroy a pixmap and frees associated resources. |
screen_destroy_pixmap_buffer() | Send a request to the composition manager to destory the buffer of the specified pixmap. |
screen_get_pixmap_property_cv() | Retrieve the current value of the specified pixmap property of type char. |
screen_get_pixmap_property_iv() | Retrieve the current value of the specified pixmap property of type integer. |
screen_get_pixmap_property_llv() | Retrieve the current value of the specified pixmap property of type long long integer. |
screen_get_pixmap_property_pv() | Retrieve the current value of the specified pixmap property of type void*. |
screen_join_pixmap_group() | Cause a pixmap to join a group. |
screen_leave_pixmap_group() | Cause a pixmap to leave a group. |
screen_set_pixmap_property_cv() | Set the value of the specified pixmap property of type char. |
screen_set_pixmap_property_iv() | Set the value of the specified pixmap property of type integer. |
screen_set_pixmap_property_llv() | Set the value of the specified pixmap property of type long long integer. |
screen_set_pixmap_property_pv() | Set the value of the specified pixmap property of type void*. |