|
Blender
V2.93
|
#include <blf_internal_types.h>
Public Attributes | |
| float * | fbuf |
| unsigned char * | cbuf |
| int | dims [2] |
| int | ch |
| struct ColorManagedDisplay * | display |
| float | col_init [4] |
| unsigned char | col_char [4] |
| float | col_float [4] |
Definition at line 138 of file blf_internal_types.h.
| unsigned char* FontBufInfoBLF::cbuf |
Definition at line 143 of file blf_internal_types.h.
Referenced by BLF_buffer(), BLF_draw_buffer_ex(), blf_font_draw_buffer_ex(), blf_font_fill(), and BLF_thumb_preview().
| int FontBufInfoBLF::ch |
Definition at line 149 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_draw_buffer_ex(), blf_font_fill(), and BLF_thumb_preview().
| unsigned char FontBufInfoBLF::col_char[4] |
Definition at line 158 of file blf_internal_types.h.
Referenced by blf_draw_buffer__start(), and blf_font_draw_buffer_ex().
| float FontBufInfoBLF::col_float[4] |
Definition at line 159 of file blf_internal_types.h.
Referenced by blf_draw_buffer__start(), and blf_font_draw_buffer_ex().
| float FontBufInfoBLF::col_init[4] |
Definition at line 156 of file blf_internal_types.h.
Referenced by BLF_buffer_col(), blf_draw_buffer__start(), blf_font_fill(), and BLF_thumb_preview().
| int FontBufInfoBLF::dims[2] |
Buffer size, keep signed so comparisons with negative values work.
Definition at line 146 of file blf_internal_types.h.
Referenced by BLF_buffer(), blf_font_draw_buffer_ex(), blf_font_fill(), and BLF_thumb_preview().
| struct ColorManagedDisplay* FontBufInfoBLF::display |
Definition at line 152 of file blf_internal_types.h.
Referenced by BLF_buffer(), and blf_draw_buffer__start().
| float* FontBufInfoBLF::fbuf |
Definition at line 140 of file blf_internal_types.h.
Referenced by BLF_buffer(), BLF_draw_buffer_ex(), blf_font_draw_buffer_ex(), and blf_font_fill().