Searched refs:scaling (Results 1 – 6 of 6) sorted by relevance
21 Call :cpp:func:`lv_barcode_set_scale` to adjust scaling,34 :cpp:expr:`lv_barcode_set_scale(barcode, 2)` means 2x scaling.
27 - 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.
122 value shrinks it (e.g. ``128`` half size). Fractional scaling works using a value127 set the horizontal and vertical scaling independently. They can be different values.
1067 Point scaling = {1.0f, 1.0f}; in updateText() local1085 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()
18 - Image drawing, scaling, and rotation
46 - **feat(draw): add physical clipping area to solve the scaling accuracy problem** `6703 <https://g…