Searched refs:LIQ_EXPORT (Results 1 – 2 of 2) sorted by relevance
8 #ifndef LIQ_EXPORT9 #define LIQ_EXPORT extern macro56 LIQ_EXPORT liq_attr* liq_attr_create(void);57 LIQ_EXPORT liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));58 LIQ_EXPORT liq_attr* liq_attr_copy(liq_attr *orig);59 LIQ_EXPORT void liq_attr_destroy(liq_attr *attr);61 LIQ_EXPORT liq_error liq_set_max_colors(liq_attr* attr, int colors);62 LIQ_EXPORT int liq_get_max_colors(const liq_attr* attr);63 LIQ_EXPORT liq_error liq_set_speed(liq_attr* attr, int speed);64 LIQ_EXPORT int liq_get_speed(const liq_attr* attr);[all …]
190 NEVER_INLINE LIQ_EXPORT bool liq_crash_if_invalid_handle_pointer_given (const192 LIQ_EXPORT bool211 NEVER_INLINE LIQ_EXPORT bool liq_crash_if_invalid_pointer_given (void *pointer);212 LIQ_EXPORT bool263 LIQ_EXPORT liq_error276 LIQ_EXPORT int284 LIQ_EXPORT int293 LIQ_EXPORT liq_error305 LIQ_EXPORT int314 LIQ_EXPORT liq_error[all …]