Home
last modified time | relevance | path

Searched defs:degree (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp176 bool Paint::Impl::rotate(float degree) in rotate()
401 Result Paint::rotate(float degree) noexcept in rotate()
DtvgPaint.h60 float degree; //rotation degree member
DtvgMath.h50 static inline float deg2rad(float degree) in deg2rad()
DtvgMath.cpp154 void rotate(Matrix* m, float degree) in rotate()
DtvgCapi.cpp170 TVG_API Tvg_Result tvg_paint_rotate(Tvg_Paint* paint, float degree) in tvg_paint_rotate()
DtvgLottieBuilder.cpp60 static void _rotationZ(Matrix* m, float degree) in _rotationZ()
/lvgl-latest/src/misc/
Dlv_matrix.c88 void lv_matrix_rotate(lv_matrix_t * matrix, float degree) in lv_matrix_rotate()
Dlv_math.c330 unsigned int degree; /*this will hold the result*/ in lv_atan2() local
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c650 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/
Dqrcodegen.c365 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/
Dlv_draw_vector.c766 void lv_vector_dsc_rotate(lv_vector_dsc_t * dsc, float degree) in lv_vector_dsc_rotate()