Searched refs:start (Results 76 – 95 of 95) sorted by relevance
1234
| /lvgl-latest/src/libs/svg/ |
| D | lv_svg_parser.c | 334 …if(token_len == _svg_tag_map[i].name_len && strncmp(_svg_tag_map[i].name, token->start, token_len)… in _get_svg_tag_type() 345 if((parser->ignore_len == len) && strncmp(parser->ignore_name, token->start, len) == 0) { in _process_end_tag() 2171 lv_memcpy(content, token->start, len); in _process_begin_tag() 2187 lv_memcpy(parser->ignore_name, token->start, len); in _process_begin_tag()
|
| /lvgl-latest/docs/details/integration/os/ |
| D | zephyr.rst | 113 they are created at application start up before :code:`main()` is executed.
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 96 from the start cell. Must be ``>= 1``.
|
| /lvgl-latest/docs/ |
| D | ROADMAP.rst | 17 - December 4: Feature stop, start updating the docs and testing
|
| D | Doxyfile | 1072 # In case all classes in a project start with a common prefix, all classes will 1110 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a 1879 # man pages. In case the manual section does not start with a number, the number
|
| D | CHANGELOG.rst | 328 - **fix(style): refresh the style on transition start** `6043 <https://github.com/lvgl/lvgl/pull/60…
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | espressif.rst | 13 For a quick start with LVGL and ESP32, the following pre-configured demo projects are available for…
|
| /lvgl-latest/docs/details/other-components/ |
| D | xml.rst | 116 …ules apply for attribute and tag names: only letters, numbers, `'_'` and can't start with a number.
|
| D | obj_property.rst | 37 whereas text, long-mode, selection-start, and selection-end, are properties unique to
|
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgLottieBuilder.cpp | 1073 float start, end; in updateText() local 1074 (*s)->range(frameNo, float(totalChars), start, end); in updateText() 1081 if (basedIdx < start || basedIdx >= end) continue; in updateText()
|
| D | tvgSwCommon.h | 169 int32_t start; //index of current sub-path start point member
|
| /lvgl-latest/docs/details/libs/ |
| D | rlottie.rst | 159 taking chunks out). So while you can probably start to render a 50x50
|
| /lvgl-latest/docs/details/base-widget/ |
| D | event.rst | 233 /* Simulate the press of the first button (indexes start from zero) */
|
| /lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
| D | threading.rst | 83 inconsistent state. A high percentage LVGL functions (functions that start with
|
| /lvgl-latest/docs/details/main-components/ |
| D | display.rst | 545 - start on an ``Nx8`` coordinate, and 569 To ensure that the redrawn areas start and end on byte boundaries, you can add a
|
| D | font.rst | 224 at start, middle or end positions. Besides these, some conjunction rules
|
| /lvgl-latest/docs/intro/ |
| D | basics.rst | 435 1. If not already read, start with :ref:`introduction` page of
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style-properties.rst | 548 Set point from which background color should start for gradients. 0 means to top/left side, 255 the… 562 Set point from which background's gradient color should start. 0 means to top/left side, 255 the bo… 1246 Move start point of object (e.g. scale tick) radially
|
| /lvgl-latest/ |
| D | Kconfig | 187 Align the start address of draw_buf addresses to this bytes.
|
| /lvgl-latest/docs/_static/css/ |
| D | fontawesome.min.css | 5 …e{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f…
|
1234