/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | rapidjson.h | 54 #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/ |
D | LICENSE | 3 Copyright (c) 2023 Benign X
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 47 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.
|
D | label.rst | 66 If your Label is updated with new strings rapidly (e.g. > 30X / second, such as
|
D | image.rst | 189 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH` Set X and Y scale to fill the Widget's area
|
D | scale.rst | 125 Labels can also be moved a fixed distance in X and Y pixels using
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 24 #define ALIGN(X) (((X) + 7) & ~7) argument 26 #define ALIGN(X) (((X) + 3) & ~3) argument
|
/lvgl-latest/src/core/ |
D | lv_obj.h | 185 LV_PROPERTY_ID(OBJ, X, LV_PROPERTY_TYPE_INT, 49),
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 13 …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/ |
D | lv_vg_lite_path.c | 328 #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/ |
D | lv_style_properties.h | 128 LV_PROPERTY_ID(STYLE, X, LV_PROPERTY_TYPE_INT, LV_STYLE_X),
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 30 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/ |
D | toradex.rst | 83 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/ |
D | grid.rst | 73 - :cpp:expr:`LV_GRID_FR(X)` determines what portion of the remaining space
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 353 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/ |
D | introduction.rst | 49 …* Display buffer: > *"Horizontal resolution"* pixels (> 10 X *"Horizontal resolution"* is recomme…
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 273 - :cpp:expr:`lv_obj_scroll_to_x(widget, x, animation_enable)` Scroll to X coordinate on…
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 113 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.
|
D | style.rst | 416 - X and Y translation
|