Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_matrix.c20 #ifndef M_PI
21 #define M_PI 3.1415926f macro
90 float radian = degree / 180.0f * (float)M_PI; in lv_matrix_rotate()
106 float rskew_x = skew_x / 180.0f * (float)M_PI; in lv_matrix_skew()
107 float rskew_y = skew_y / 180.0f * (float)M_PI; in lv_matrix_skew()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_grad.c27 #ifndef M_PI
28 #define M_PI 3.1415926f macro
548 float angle = atan2f(y2 - y1, x2 - x1) * 180.0f / (float)M_PI; in grad_point_to_matrix()
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c21 #ifndef M_PI
22 #define M_PI 3.1415926f macro
667 float radian = degree / 180.0f * (float)M_PI; in _parse_matrix()
728 float radian = degree / 180.0f * (float)M_PI; in _parse_matrix()
747 float radian = degree / 180.0f * (float)M_PI; in _parse_matrix()
Dlv_svg_render.c25 #ifndef M_PI
26 #define M_PI 3.1415926f macro
/lvgl-latest/src/draw/
Dlv_draw_vector.c34 #ifndef M_PI
35 #define M_PI 3.1415926f macro