Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenfont/BLF_api.h
| Show First 20 Lines • Show All 217 Lines • ▼ Show 20 Lines | |||||
| char **BLF_dir_get(int *ndir) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | char **BLF_dir_get(int *ndir) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); | ||||
| /* Free the data return by BLF_dir_get. */ | /* Free the data return by BLF_dir_get. */ | ||||
| void BLF_dir_free(char **dirs, int count) ATTR_NONNULL(); | void BLF_dir_free(char **dirs, int count) ATTR_NONNULL(); | ||||
| /* blf_thumbs.c */ | /* blf_thumbs.c */ | ||||
| void BLF_thumb_preview(const char *filename, | void BLF_thumb_preview(const char *filename, | ||||
| const char **draw_str, | const char **draw_str, | ||||
| const char **i18n_draw_str, | |||||
| const unsigned char draw_str_lines, | const unsigned char draw_str_lines, | ||||
| const float font_color[4], | const float font_color[4], | ||||
| const int font_size, | const int font_size, | ||||
| unsigned char *buf, | unsigned char *buf, | ||||
| int w, | int w, | ||||
| int h, | int h, | ||||
| int channels) ATTR_NONNULL(); | int channels) ATTR_NONNULL(); | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||