Searched defs:degree (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 176 bool Paint::Impl::rotate(float degree) in rotate() 401 Result Paint::rotate(float degree) noexcept in rotate()
|
D | tvgPaint.h | 60 float degree; //rotation degree member
|
D | tvgMath.h | 50 static inline float deg2rad(float degree) in deg2rad()
|
D | tvgMath.cpp | 154 void rotate(Matrix* m, float degree) in rotate()
|
D | tvgCapi.cpp | 170 TVG_API Tvg_Result tvg_paint_rotate(Tvg_Paint* paint, float degree) in tvg_paint_rotate()
|
D | tvgLottieBuilder.cpp | 60 static void _rotationZ(Matrix* m, float degree) in _rotationZ()
|
/lvgl-latest/src/misc/ |
D | lv_matrix.c | 88 void lv_matrix_rotate(lv_matrix_t * matrix, float degree) in lv_matrix_rotate()
|
D | lv_math.c | 330 unsigned int degree; /*this will hold the result*/ in lv_atan2() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 650 float degree = 0.0f, cx = 0.0f, cy = 0.0f; in _parse_matrix() local 723 float degree = 0.0f; in _parse_matrix() local 742 float degree = 0.0f; in _parse_matrix() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 365 testable void calcReedSolomonGenerator(int degree, uint8_t result[]) in calcReedSolomonGenerator() 391 const uint8_t generator[], int degree, uint8_t result[]) in calcReedSolomonRemainder()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 766 void lv_vector_dsc_rotate(lv_vector_dsc_t * dsc, float degree) in lv_vector_dsc_rotate()
|