Blender  V3.3
Public Attributes | List of all members
FontBufInfoBLF Struct Reference

#include <blf_internal_types.h>

Public Attributes

floatfbuf
 
unsigned char * cbuf
 
int dims [2]
 
int ch
 
struct ColorManagedDisplaydisplay
 
float col_init [4]
 
unsigned char col_char [4]
 
float col_float [4]
 

Detailed Description

Definition at line 211 of file blf_internal_types.h.

Member Data Documentation

◆ cbuf

unsigned char* FontBufInfoBLF::cbuf

◆ ch

int FontBufInfoBLF::ch

◆ col_char

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().

◆ col_float

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().

◆ col_init

float FontBufInfoBLF::col_init[4]

◆ dims

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().

◆ display

struct ColorManagedDisplay* FontBufInfoBLF::display

Definition at line 225 of file blf_internal_types.h.

Referenced by BLF_buffer(), and blf_draw_buffer__start().

◆ fbuf

float* FontBufInfoBLF::fbuf

The documentation for this struct was generated from the following file: