Lines Matching refs:error
98 /// NK_INCLUDE_FIXED_TYPES | If defined it will include header `<stdint.h>` for fixed sized types otherwise nuklear tries to select the correct type. If that fails it will throw a compiler error and you have to select the correct types yourself.
414 * This will fire with a negative subscript error if the type sizes
1232 /// Returns one of enum nk_convert_result error codes
5768 * This will fire with a negative subscript error if the type sizes
12121 /* half-pixel error allowed... need to be smaller if AA */
12168 if (points == 0) goto error;
12204 error:
13357 if (nk__in4(4) != 0) return 0; /* error! stream is > 4GB */
13823 /* error so cleanup all memory */
25545 /// - 2017/04/09 (1.36.1) - Fixed #403 with another widget float error.
25564 /// - 2016/12/03 (1.29.1) - Fixed wrapped text with no seperator and C89 error.
25571 /// - 2016/11/10 (1.28.1) - Fixed some warnings and C++ error.
25641 /// - 2016/09/07 (1.15.3) - Fixed `NK_INCLUDE_COMMAND_USERDATA` define to not cause an error.
25700 /// - 2016/08/08 (1.07.2) - Fixed compiling error without define `NK_INCLUDE_FIXED_TYPE`.
25701 /// - 2016/08/08 (1.07.1) - Fixed possible floating point error inside `nk_widget` leading