Blender  V3.3
Public Attributes | List of all members
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
 
char str [0]
 

Detailed Description

Definition at line 41 of file draw_manager_text.c.

Member Data Documentation

◆ 

union { ... } ViewCachedString::col

◆ flag

short ViewCachedString::flag

◆ pack

int ViewCachedString::pack

Definition at line 45 of file draw_manager_text.c.

Referenced by drw_text_cache_draw_ex().

◆ sco

short ViewCachedString::sco[2]

Definition at line 47 of file draw_manager_text.c.

Referenced by DRW_text_cache_draw(), and drw_text_cache_draw_ex().

◆ str

char ViewCachedString::str[0]

Definition at line 53 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ str_len

int ViewCachedString::str_len

Definition at line 50 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ ub

uchar ViewCachedString::ub[4]

Definition at line 44 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ vec

float ViewCachedString::vec[3]

Definition at line 42 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and DRW_text_cache_draw().

◆ xoffs

short ViewCachedString::xoffs

Definition at line 48 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().

◆ yoffs

short ViewCachedString::yoffs

Definition at line 48 of file draw_manager_text.c.

Referenced by DRW_text_cache_add(), and drw_text_cache_draw_ex().


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