Searched defs:rotate (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_image_formats.c | 239 static void img_create(const char * name, const void * img_src, bool rotate, bool recolor) in img_create() 258 static void bin_image_create(bool rotate, bool recolor, int align, int compress) in bin_image_create() 271 static void c_array_image_create(bool rotate, bool recolor, int align, int compress) in c_array_image_create() 286 bool rotate = mode & 0x02; in test_image_formats() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwStroke.cpp | 149 auto rotate = (angleDiff >= 0) ? SW_ANGLE_PI2 : -SW_ANGLE_PI2; in _borderArcTo() local 226 auto rotate = SIDE_TO_ROTATE(side); in _arcTo() local 243 auto rotate = SIDE_TO_ROTATE(side); in _outside() local 311 auto rotate = SIDE_TO_ROTATE(side); in _inside() local 503 auto rotate = SIDE_TO_ROTATE(side); in _cubicTo() local 572 auto rotate = SIDE_TO_ROTATE(side); in _addCap() local 605 auto rotate = SIDE_TO_ROTATE(side); in _addCap() local
|
D | tvgPaint.cpp | 176 bool Paint::Impl::rotate(float degree) in rotate() function in Paint::Impl 401 Result Paint::rotate(float degree) noexcept in rotate() function in Paint
|
D | tvgMath.cpp | 154 void rotate(Matrix* m, float degree) in rotate() function
|