OpenVG base header. More...
Macros | |
| #define | KZ_OPENVG_NONE |
| No OpenVG version specified. More... | |
| #define | KZ_OPENVG_1_1 |
| OpenVG 1.1 version. More... | |
| #define | KZS_OPENVG_CALL_BEGIN |
| Macro to use for starting OpenVG calls to allow disabling them with a control flag. More... | |
| #define | KZS_OPENVG_CALL_END |
| Macro to use for enging OpenVG calls to allow disabling them with a control flag. More... | |
| #define | KZS_OPENVG_CALL_END_RETURN_VALUE(x) |
| Macro to use for enging OpenVG calls with a return value to allow disabling them with a control flag. More... | |
Functions | |
| void | kzsOpenVGCallsSetEnabled (kzBool enabled) |
| Sets OpenVG calls enabled / disabled. More... | |
| kzBool | kzsOpenVGCallsIsEnabled (void) |
| Checks if OpenVG calls are enabled. More... | |
Variables | |
| kzBool | g_kzsEnableOpenVGCalls |
| Global variable for controlling if OpenVG calls are enabled. More... | |
OpenVG base header.
Copyright 2008-2020 by Rightware. All rights reserved.
| #define KZ_OPENVG_NONE |
No OpenVG version specified.
| #define KZ_OPENVG_1_1 |
OpenVG 1.1 version.
| #define KZS_OPENVG_CALL_BEGIN |
Macro to use for starting OpenVG calls to allow disabling them with a control flag.
| #define KZS_OPENVG_CALL_END |
Macro to use for enging OpenVG calls to allow disabling them with a control flag.
| #define KZS_OPENVG_CALL_END_RETURN_VALUE | ( | x | ) |
Macro to use for enging OpenVG calls with a return value to allow disabling them with a control flag.
| void kzsOpenVGCallsSetEnabled | ( | kzBool | enabled | ) |
Sets OpenVG calls enabled / disabled.
| kzBool kzsOpenVGCallsIsEnabled | ( | void | ) |
Checks if OpenVG calls are enabled.
| kzBool g_kzsEnableOpenVGCalls |
Global variable for controlling if OpenVG calls are enabled.