Blender
V3.3
|
#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 211 of file blf_internal_types.h.
unsigned char* FontBufInfoBLF::cbuf |
Definition at line 216 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 222 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 231 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 232 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 229 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 219 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 225 of file blf_internal_types.h.
Referenced by BLF_buffer(), and blf_draw_buffer__start().
float* FontBufInfoBLF::fbuf |
Definition at line 213 of file blf_internal_types.h.
Referenced by BLF_buffer(), BLF_draw_buffer_ex(), blf_font_draw_buffer_ex(), and blf_font_fill().