Searched refs:gd_error_method (Results 1 – 1 of 1) sorted by relevance
124 static gdErrorMethod gd_error_method = gd_stderr_error; variable128 if (gd_error_method) { in _gd_error_ex()129 gd_error_method(priority, format, args); in _gd_error_ex()155 gd_error_method = error_method; in gdSetErrorMethod()163 gd_error_method = gd_stderr_error; in gdClearErrorMethod()
Completed in 15 milliseconds