Searched refs:deg (Results 1 – 5 of 5) sorted by relevance
66 static int32_t get_cos(int32_t deg, int32_t a);67 static int32_t get_sin(int32_t deg, int32_t a);737 int32_t get_cos(int32_t deg, int32_t a) in get_cos() argument739 int32_t r = (lv_trigo_cos(deg) * a); in get_cos()745 int32_t get_sin(int32_t deg, int32_t a) in get_sin() argument747 int32_t r = lv_trigo_sin(deg) * a; in get_sin()831 uint32_t deg = i * DEG_STEP + 90; in spectrum_draw_event_cb() local849 uint32_t di = deg + deg_space; in spectrum_draw_event_cb()
29 An offset to the 0 degree position can be added with `lv_arc_set_rotation(arc, deg)`.
62 - `angle` the angle of rotation (0..3600), 0.1 deg resolution
5 …deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.Basic…
133 Rotate an objects. The value is interpreted in 0.1 degree units. E.g. 450 means 45 deg.