Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_image_formats.c239 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/
DtvgSwStroke.cpp149 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
DtvgPaint.cpp176 bool Paint::Impl::rotate(float degree) in rotate() function in Paint::Impl
401 Result Paint::rotate(float degree) noexcept in rotate() function in Paint
DtvgMath.cpp154 void rotate(Matrix* m, float degree) in rotate() function