Home
last modified time | relevance | path

Searched defs:UI_MAX_DRAW_STR (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_mode_edge_seq_slide.c50 static void headerSeqSlide(TransInfo *t, const float val[2], char str[UI_MAX_DRAW_STR]) in headerSeqSlide()
H A Dtransform_mode_timescale.c50 static void headerTimeScale(TransInfo *t, char str[UI_MAX_DRAW_STR]) in headerTimeScale()
H A Dtransform_mode_bbone_resize.c49 static void headerBoneSize(TransInfo *t, const float vec[3], char str[UI_MAX_DRAW_STR]) in headerBoneSize()
H A Dtransform_mode_timetranslate.c51 static void headerTimeTranslate(TransInfo *t, char str[UI_MAX_DRAW_STR]) in headerTimeTranslate()
H A Dtransform_mode_timeslide.c53 static void headerTimeSlide(TransInfo *t, const float sval, char str[UI_MAX_DRAW_STR]) in headerTimeSlide()
H A Dtransform_mode_translate.c57 static void headerTranslation(TransInfo *t, const float vec[3], char str[UI_MAX_DRAW_STR]) in headerTranslation()
H A Dtransform_mode.c528 void headerRotation(TransInfo *t, char str[UI_MAX_DRAW_STR], float final) in headerRotation()
822 void headerResize(TransInfo *t, const float vec[3], char str[UI_MAX_DRAW_STR]) in headerResize()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h89 #define UI_MAX_DRAW_STR 400 macro