Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwPostEffect.cpp186 std::swap(front, back); in effectGaussianBlur()
194 std::swap(front, back); in effectGaussianBlur()
200 std::swap(front, back); in effectGaussianBlur()
205 std::swap(front, back); in effectGaussianBlur()
208 if (swapped) std::swap(image.buf8, buffer.buf8); in effectGaussianBlur()
DtvgSwRasterTexmap.h664 std::swap(x[0], x[1]); in _rasterPolygonImage()
665 std::swap(y[0], y[1]); in _rasterPolygonImage()
666 std::swap(u[0], u[1]); in _rasterPolygonImage()
667 std::swap(v[0], v[1]); in _rasterPolygonImage()
670 std::swap(x[0], x[2]); in _rasterPolygonImage()
671 std::swap(y[0], y[2]); in _rasterPolygonImage()
672 std::swap(u[0], u[2]); in _rasterPolygonImage()
673 std::swap(v[0], v[2]); in _rasterPolygonImage()
676 std::swap(x[1], x[2]); in _rasterPolygonImage()
677 std::swap(y[1], y[2]); in _rasterPolygonImage()
[all …]
DtvgLottieModel.cpp123 if (start > end) std::swap(start, end); in range()
183 if (start > end) std::swap(start, end); in segment()
DtvgPaint.cpp121 if (v1.x > v2.x) std::swap(v1.x, v2.x); in _compFastTrack()
122 if (v1.y > v2.y) std::swap(v1.y, v2.y); in _compFastTrack()
DtvgRender.h172 if ((loop && begin < end) || (!loop && begin > end)) std::swap(begin, end); in strokeTrim()
/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c30 static void set_swap_xy(lv_lcd_generic_mipi_driver_t * drv, bool swap);
232 static void set_swap_xy(lv_lcd_generic_mipi_driver_t * drv, bool swap) in set_swap_xy() argument
235 if(swap) { in set_swap_xy()
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst39 …mediately call ``vg_lite_flush`` to notify the GPU to start rendering and swap the command buffer.…
40 … filled, it will forcibly wait for the unfinished drawing tasks to end and swap the command buffer.
45 will call ``vg_lite_flush`` to notify the GPU to start rendering and swap the command buffer.
/lvgl-latest/docs/details/base-widget/
Dlayer.rst71 - Use :cpp:expr:`lv_obj_swap(widget1, widget2)` to swap the relative layer position of two Widgets.
Dobj.rst132 You can swap the position of two Widgets with :cpp:expr:`lv_obj_swap(widget1, widget2)`.
/lvgl-latest/docs/details/main-components/
Ddisplay.rst388 0, 90, 180 or 270. This will swap the horizontal and vertical resolutions internally
499 In case of RGB565 color format it might be required to swap the 2 bytes
504 can be called in the :ref:`flush_callback` to swap the bytes.
/lvgl-latest/src/libs/thorvg/rapidjson/
Ddocument.h151 friend inline void swap(GenericMember& a, GenericMember& b) RAPIDJSON_NOEXCEPT { in swap() function
1010 friend inline void swap(GenericValue& a, GenericValue& b) RAPIDJSON_NOEXCEPT { a.Swap(b); }
2614 … friend inline void swap(GenericDocument& a, GenericDocument& b) RAPIDJSON_NOEXCEPT { a.Swap(b); }
Dpointer.h222 friend inline void swap(GenericPointer& a, GenericPointer& b) RAPIDJSON_NOEXCEPT { a.Swap(b); } in swap() function
/lvgl-latest/docs/
DCHANGELOG.rst201 - **fix(indev): swap the order of sending indev events and obj events** `6636 <https://github.com/l…