Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_manager_text.h
| Show All 35 Lines | void DRW_text_cache_add(struct DRWTextStore *dt, | ||||
| const float co[3], | const float co[3], | ||||
| const char *str, | const char *str, | ||||
| const int str_len, | const int str_len, | ||||
| short xoffs, | short xoffs, | ||||
| short yoffs, | short yoffs, | ||||
| short flag, | short flag, | ||||
| const uchar col[4]); | const uchar col[4]); | ||||
| void DRW_text_cache_draw(struct DRWTextStore *dt, struct ARegion *ar); | void DRW_text_cache_draw(struct DRWTextStore *dt, struct ARegion *ar, struct View3D *v3d); | ||||
| void DRW_text_edit_mesh_measure_stats(struct ARegion *ar, | void DRW_text_edit_mesh_measure_stats(struct ARegion *ar, | ||||
| struct View3D *v3d, | struct View3D *v3d, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| const struct UnitSettings *unit); | const struct UnitSettings *unit); | ||||
| enum { | enum { | ||||
| DRW_TEXT_CACHE_ASCII = (1 << 0), | DRW_TEXT_CACHE_ASCII = (1 << 0), | ||||
| Show All 10 Lines | |||||