Searched refs:normal_len (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.h | 66 float normal_len,
|
D | bezier.c | 521 float normal_len, in bezier_translate_by_normal() argument 547 res = shift(b, o, normal_len, threshold); in bezier_translate_by_normal() 556 if (make_circle(b, normal_len, o)) in bezier_translate_by_normal() 567 enum shift_result res = shift(b, o, normal_len, threshold); in bezier_translate_by_normal()
|