Home
last modified time | relevance | path

Searched refs:MARGIN_X_MIN (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfont.c786 #define MARGIN_X_MIN (xof_scale + tb_scale.x) in vfont_to_curve() macro
872 xof = MARGIN_X_MIN; in vfont_to_curve()
1016 current_line_length += xof - MARGIN_X_MIN; in vfont_to_curve()
1031 xof = MARGIN_X_MIN; in vfont_to_curve()
1034 xof = MARGIN_X_MIN; in vfont_to_curve()
1048 tabfac = (xof - MARGIN_X_MIN + 0.01f); in vfont_to_curve()
1050 xof = MARGIN_X_MIN + tabfac; in vfont_to_curve()
1087 current_line_length += xof + twidth - MARGIN_X_MIN; in vfont_to_curve()
1662 #undef MARGIN_X_MIN in vfont_to_curve()