Home
last modified time | relevance | path

Searched refs:scaling (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/docs/details/libs/
Dbarcode.rst21 Call :cpp:func:`lv_barcode_set_scale` to adjust scaling,
34 :cpp:expr:`lv_barcode_set_scale(barcode, 2)` means 2x scaling.
/lvgl-latest/docs/details/integration/driver/
Dwindows.rst27 - When Windows DPI scaling setting is changed, Windows backend will stretch display content.
34 - When Windows DPI scaling setting is changed, LVGL display DPI value is also changed.
/lvgl-latest/docs/details/widgets/
Dimage.rst122 value shrinks it (e.g. ``128`` half size). Fractional scaling works using a value
127 set the horizontal and vertical scaling independently. They can be different values.
/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp1067 Point scaling = {1.0f, 1.0f}; in updateText() local
1085 scaling.x *= temp.x * 0.01f; in updateText()
1086 scaling.y *= temp.y * 0.01f; in updateText()
1107 tvg::scale(&matrix, scaling.x, scaling.y); in updateText()
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst18 - Image drawing, scaling, and rotation
/lvgl-latest/docs/
DCHANGELOG.rst46 - **feat(draw): add physical clipping area to solve the scaling accuracy problem** `6703 <https://g…