| /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() argument 252 if(rotate) lv_image_set_rotation(img, 450); in img_create() 258 static void bin_image_create(bool rotate, bool recolor, int align, int compress) in bin_image_create() argument 267 img_create(name, path, rotate, recolor); in bin_image_create() 271 static void c_array_image_create(bool rotate, bool recolor, int align, int compress) in c_array_image_create() argument 277 img_create(name, src, rotate, recolor); in c_array_image_create() 286 bool rotate = mode & 0x02; in test_image_formats() local 289 if(rotate) continue; /* Transform relies on LV_BIN_DECODER_RAM_LOAD to be enabled */ in test_image_formats() 294 bin_image_create(rotate, recolor, align, i); in test_image_formats() 299 c_array_image_create(rotate, recolor, align, i); in test_image_formats()
|
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwStroke.cpp | 149 auto rotate = (angleDiff >= 0) ? SW_ANGLE_PI2 : -SW_ANGLE_PI2; in _borderArcTo() local 172 mathRotate(a2, angle + rotate); in _borderArcTo() 177 mathRotate(b2, next - rotate); in _borderArcTo() 226 auto rotate = SIDE_TO_ROTATE(side); in _arcTo() local 228 if (total == SW_ANGLE_PI) total = -rotate * 2; in _arcTo() 230 _borderArcTo(border, stroke.center, stroke.width, stroke.angleIn + rotate, total, stroke); in _arcTo() 243 auto rotate = SIDE_TO_ROTATE(side); in _outside() local 251 theta = rotate; in _outside() 255 phi = stroke.angleIn + theta + rotate; in _outside() 268 mathRotate(delta, stroke.angleOut + rotate); in _outside() [all …]
|
| D | tvgPaint.h | 75 tvg::rotate(&m, degree); in update() 171 bool rotate(float degree);
|
| 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 403 if (pImpl->rotate(degree)) return Result::Success; in rotate()
|
| D | tvgMath.h | 85 void rotate(Matrix* m, float degree);
|
| D | tvgMath.cpp | 154 void rotate(Matrix* m, float degree) in rotate() function
|
| D | thorvg.h | 317 Result rotate(float degree) noexcept;
|
| D | tvgLottieBuilder.cpp | 355 rotate(&m, repeater->rotation * multiplier); in _repeat() 799 rotate(&matrix, star->rotation(frameNo, exps)); in updatePolystar() 1108 rotate(&matrix, rotation); in updateText()
|
| D | tvgCapi.cpp | 173 return (Tvg_Result) reinterpret_cast<Paint*>(paint)->rotate(degree); in tvg_paint_rotate()
|
| D | tvgSvgLoader.cpp | 803 MATRIX_DEF(rotate, MatrixState::Rotate),
|
| /lvgl-latest/examples/widgets/canvas/ |
| D | index.rst | 2 Drawing on the Canvas and rotate
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | nxp.rst | 41 - In order to use PXP to rotate the screen, select in "lv_conf.h": Set :c:macro:`LV_USE_ROTATE_PXP`… 53 PXP is enabled as a draw unit or to rotate the screen, no user code is required: 135 - Scale and rotate (90, 180, 270 degree) source image RGB565. 143 - PXP can only rotate the frames in angles that are multiple of 90 degrees. 370 - Scale and rotate (any decimal degree) source image.
|
| /lvgl-latest/docs/_static/css/ |
| D | fontawesome.min.css | 5 …rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microso…
|
| /lvgl-latest/docs/details/widgets/ |
| D | scale.rst | 111 rotate the major-tick labels to match the rotation of the major ticks using 122 If you don't want this, to automatically rotate the labels to keep them upright, an additional flag…
|
| D | arc.rst | 139 used to rotate the Widget to the current value of the Arc.
|
| D | image.rst | 129 To rotate the image use :cpp:expr:`lv_image_set_rotation(img, angle_x10)`.
|
| /lvgl-latest/docs/details/main-components/ |
| D | display.rst | 393 rotate the buffer in the :ref:`flush_callback` function.
|
| /lvgl-latest/ |
| D | Kconfig | 400 bool "Use PXP to rotate display"
|