|
Blender
V2.59
|
#include <text_intern.h>
Public Attributes | |
| char | fixedbuf [256] |
| int | fixedaccum [256] |
| char * | buf |
| int * | accum |
| int | pos |
| int | len |
Definition at line 78 of file text_intern.h.
| int* FlattenString::accum |
Definition at line 83 of file text_intern.h.
Referenced by flatten_string(), flatten_string_append(), flatten_string_free(), set_cursor_to_pos(), and text_draw().
| char* FlattenString::buf |
Definition at line 82 of file text_intern.h.
Referenced by flatten_string(), flatten_string_append(), flatten_string_free(), text_draw(), text_draw_wrapped(), and txt_format_line().
| int FlattenString::fixedaccum[256] |
Definition at line 80 of file text_intern.h.
Referenced by flatten_string(), and flatten_string_free().
| char FlattenString::fixedbuf[256] |
Definition at line 79 of file text_intern.h.
Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().
Definition at line 84 of file text_intern.h.
Referenced by flatten_string_append().
Definition at line 84 of file text_intern.h.
Referenced by flatten_string(), and flatten_string_append().