|
Picasso API
2.8
|
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 int32_t PICAPI | ps_version (void) |
| Return current version of picasso. More... | |
| PEXPORT ps_bool PICAPI | ps_initialize (void) |
| Initialize the picasso drawing environment. More... | |
| PEXPORT void PICAPI | ps_shutdown (void) |
| Shutdown the picasso drawing environment. More... | |
| PEXPORT ps_status PICAPI | ps_last_status (void) |
| Return the last status code of picasso. More... | |
| 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 | ) |
| int32_t ps_version | ( | void | ) |
Return current version of picasso.
1.8.17