Picasso API
2.2
|
Functions | |
PEXPORT void PICAPI | ps_save (ps_context *ctx) |
Pushes a copy of the current graphics state on to stack for context. | |
PEXPORT void PICAPI | ps_restore (ps_context *ctx) |
Set the current graphics state to the state most recently saved. |
void ps_restore | ( | ps_context * | ctx | ) |
Set the current graphics state to the state most recently saved.
ctx | Pointer to an existing context object. |
void ps_save | ( | ps_context * | ctx | ) |
Pushes a copy of the current graphics state on to stack for context.
ctx | Pointer to an existing context object. The graphics state saved are:
|