48 float delta_x = val - ival;
81 for (
int i = 0; i < tc->data_len; i++, td++) {
92 *dst = ival + deltax * td->
factor;
104 float cval[2], sval[2];
109 t->
values[0] = cval[0] - sval[0];
MINLINE void copy_v3_fl(float r[3], float f)
size_t BLI_snprintf_rlen(char *__restrict dst, size_t dst_maxncpy, const char *__restrict format,...) ATTR_NONNULL(1
size_t BLI_snprintf(char *__restrict dst, size_t dst_maxncpy, const char *__restrict format,...) ATTR_NONNULL(1
void ED_area_status_text(ScrArea *area, const char *str)
void UI_view2d_region_to_view(const View2D *v2d, float x, float y, float *r_view_x, float *r_view_y) ATTR_NONNULL()