Picasso API
2.2
|
Typedefs | |
typedef enum _ps_status | ps_status |
Status code return by call ps_last_status function. | |
Enumerations | |
enum | _ps_status { STATUS_SUCCEED, STATUS_OUT_OF_MEMORY, STATUS_INVALID_ARGUMENT, STATUS_NOT_SUPPORT, STATUS_DEVICE_ERROR, STATUS_MISMATCHING_FORMAT, STATUS_UNKNOWN_ERROR } |
Status code return by call ps_last_status function. More... | |
Functions | |
PEXPORT int PICAPI | ps_version (void) |
Return current version of picasso. | |
PEXPORT ps_bool PICAPI | ps_initialize (void) |
Initialize the picasso drawing environment. | |
PEXPORT void PICAPI | ps_shutdown (void) |
Shutdown the picasso drawing environment. | |
PEXPORT ps_status PICAPI | ps_last_status (void) |
Return the last status code of picasso. |
enum _ps_status |
Status code return by call ps_last_status function.
ps_bool ps_initialize | ( | void | ) |
Initialize the picasso drawing environment.
It must be the first to be call.
ps_status ps_last_status | ( | void | ) |
Return the last status code of picasso.
void ps_shutdown | ( | void | ) |
int ps_version | ( | void | ) |
Return current version of picasso.