Home
last modified time | relevance | path

Searched refs:X (Results 1 – 19 of 19) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Drapidjson.h54 #define RAPIDJSON_JOIN(X, Y) RAPIDJSON_DO_JOIN(X, Y) argument
55 #define RAPIDJSON_DO_JOIN(X, Y) RAPIDJSON_DO_JOIN2(X, Y) argument
56 #define RAPIDJSON_DO_JOIN2(X, Y) X##Y argument
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
DLICENSE3 Copyright (c) 2023 Benign X
/lvgl-latest/docs/details/widgets/
Dchart.rst47 2 Y axes and 2 X axes (the latter are used with SCATTER charts)
59 - For LINE- and BAR-charts, this is the number of points on the X axis.
62 - SCATTER charts have separate data-value arrays for both X-values and Y-values.
69 Y-values. SCATTER-type charts also use an array of X-values.). All Y-values so
154 - :cpp:enumerator:`LV_CHART_TYPE_SCATTER`: X/Y chart drawing point's and optionally
174 the same number of X-values.)
184 (primary or secondary) with one of the X-axis values.
Dlabel.rst66 If your Label is updated with new strings rapidly (e.g. > 30X / second, such as
Dimage.rst189 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH` Set X and Y scale to fill the Widget's area
Dscale.rst125 Labels can also be moved a fixed distance in X and Y pixels using
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.c24 #define ALIGN(X) (((X) + 7) & ~7) argument
26 #define ALIGN(X) (((X) + 3) & ~3) argument
/lvgl-latest/src/core/
Dlv_obj.h185 LV_PROPERTY_ID(OBJ, X, LV_PROPERTY_TYPE_INT, 49),
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst13 …ST Micro provide their own TFT-LCD drivers in their X-CUBE-DISPLAY Software Extension Package. Whi…
15 … Moreover, even in the initial release we support more LCD controllers than X-CUBE-DISPLAY current…
17 …Please note however, that – unlike X-CUBE-DISPLAY – the LVGL LCD drivers do not implement the comm…
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_path.c328 #define PATH_APPEND_POINT_DATA(X, Y, TYPE) \ in lv_vg_lite_path_append_point() argument
331 *data++ = (TYPE)(X); \ in lv_vg_lite_path_append_point()
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h128 LV_PROPERTY_ID(STYLE, X, LV_PROPERTY_TYPE_INT, LV_STYLE_X),
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst30 If operation X is atomic, that means that any thread observing the operation will
35 interfere with it, then operation X is not atomic.
/lvgl-latest/docs/details/integration/boards/
Dtoradex.rst83 i.MX 8X, i.MX 6ULL, i.MX 7, i.MX 6, Vybrid and NVIDIA® Tegra SoCs. All these
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst73 - :cpp:expr:`LV_GRID_FR(X)` determines what portion of the remaining space
/lvgl-latest/docs/details/main-components/
Dfont.rst353 lv_font_t *my_font = lv_binfont_create("X:/path/to/my_font.bin");
513 dsc_out->ofs_x = 0; /* X offset of the bitmap in [pf] */
/lvgl-latest/docs/intro/
Dintroduction.rst49 …* Display buffer: > *"Horizontal resolution"* pixels (> 10 X *"Horizontal resolution"* is recomme…
/lvgl-latest/docs/details/base-widget/
Dscroll.rst273 - :cpp:expr:`lv_obj_scroll_to_x(widget, x, animation_enable)` Scroll to X coordinate on…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst113 Set X coordinate of Widget considering the ``align`` setting. Pixel and percentage values can be us…
141 Set the alignment which tells from which point of the parent the X and Y coordinates should be inte…
183 Move Widget with this value in X direction. Applied after layouts, aligns and other positioning. Pi…
267 Set pivot point's X coordinate for transformations. Relative to Widget's top left corner'
843 Set an offset on the shadow in pixels in X direction.
Dstyle.rst416 - X and Y translation