Searched refs:gdErrorMethod (Results 1 – 3 of 3) sorted by relevance
290 typedef void(*gdErrorMethod)(int, const char *, va_list); typedef292 void gdSetErrorMethod(gdErrorMethod);
124 static gdErrorMethod gd_error_method = gd_stderr_error;153 void gdSetErrorMethod(gdErrorMethod error_method) in gdSetErrorMethod()
162 /* A custom gdErrorMethod */
Completed in 26 milliseconds