Searched refs:Scale (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 4 Scale (lv_scale) 11 Scale Widgets show linear or circular scales with configurable ranges, tick counts, 21 The Scale Widget has the following three parts: 40 When a Scale Widget is created, it starts out in MODE 57 A Scale starts its life with a default numeric range of [0..100] and a default 63 where ``min`` and ``max`` will become the numeric low and high values for the Scale, 64 and ``angle_range`` is the angle between the low and high ends of the Scale. 89 You configure the major and minor ticks of a Scale by calling 2 functions: 108 The content of the buffers pointed to need to remain valid for the life of the Scale. 110 For a Scale in one of the ``..._ROUND_...`` modes, you can optionally get it to [all …]
|
D | chart.rst | 308 With the help of :ref:`Scale <lv_scale>`, vertical and horizontal scales can be added
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoaderCommon.h | 101 Scale = 0x8, enumerator
|
D | tvgSvgLoader.cpp | 783 Scale, enumerator 804 MATRIX_DEF(scale, MatrixState::Scale), 880 } else if (state == MatrixState::Scale) { in _parseTransformationMatrix()
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 135 - Scale and rotate (90, 180, 270 degree) source image RGB565. 370 - Scale and rotate (any decimal degree) source image.
|
/lvgl-latest/ |
D | Kconfig | 1132 bool "Scale"
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 1274 Scale down all opacity values of the Widget by this factor. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` …
|