Blender V5.0
ViewCachedString Struct Reference

Public Attributes

float vec [3]
union { 
   uchar   ub [4] 
   int   pack 
col
short sco [2]
short xoffs
short yoffs
short flag
int str_len
bool shadow
bool align_center
char str [0]

Detailed Description

Definition at line 54 of file draw_manager_text.cc.

Member Data Documentation

◆ align_center

bool ViewCachedString::align_center

Definition at line 65 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ [union]

union { ... } ViewCachedString::col

◆ flag

short ViewCachedString::flag

◆ pack

int ViewCachedString::pack

Definition at line 58 of file draw_manager_text.cc.

Referenced by drw_text_cache_draw_ex().

◆ sco

short ViewCachedString::sco[2]

Definition at line 60 of file draw_manager_text.cc.

Referenced by DRW_text_cache_draw(), and drw_text_cache_draw_ex().

◆ shadow

bool ViewCachedString::shadow

Definition at line 64 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ str

char ViewCachedString::str[0]

Definition at line 68 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ str_len

int ViewCachedString::str_len

Definition at line 63 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ ub

uchar ViewCachedString::ub[4]

Definition at line 57 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ vec

float ViewCachedString::vec[3]

Definition at line 55 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and DRW_text_cache_draw().

◆ xoffs

short ViewCachedString::xoffs

Definition at line 61 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ yoffs

short ViewCachedString::yoffs

Definition at line 61 of file draw_manager_text.cc.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().


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