|
Blender V5.0
|
#include <text_format.hh>
Public Attributes | |
| char | fixedbuf [256] |
| int | fixedaccum [256] |
| char * | buf |
| int * | accum |
| int | pos |
| int | len |
Definition at line 20 of file text_format.hh.
| int* FlattenString::accum |
Definition at line 25 of file text_format.hh.
Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().
| char* FlattenString::buf |
Definition at line 24 of file text_format.hh.
Referenced by flatten_string(), flatten_string_append(), flatten_string_free(), flatten_string_strlen(), space_text_draw(), space_text_draw_wrapped(), text_convert_whitespace_exec(), txtfmt_glsl_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().
| int FlattenString::fixedaccum[256] |
Definition at line 22 of file text_format.hh.
Referenced by flatten_string(), and flatten_string_free().
| char FlattenString::fixedbuf[256] |
Definition at line 21 of file text_format.hh.
Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().
| int FlattenString::len |
Definition at line 26 of file text_format.hh.
Referenced by flatten_string(), and flatten_string_append().
| int FlattenString::pos |
Definition at line 26 of file text_format.hh.
Referenced by flatten_string_append(), and flatten_string_strlen().