Home
last modified time | relevance | path

Searched refs:start (Results 76 – 95 of 95) sorted by relevance

1234

/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c334 …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/
Dzephyr.rst113 they are created at application start up before :code:`main()` is executed.
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst96 from the start cell. Must be ``>= 1``.
/lvgl-latest/docs/
DROADMAP.rst17 - December 4: Feature stop, start updating the docs and testing
DDoxyfile1072 # 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
DCHANGELOG.rst328 - **fix(style): refresh the style on transition start** `6043 <https://github.com/lvgl/lvgl/pull/60…
/lvgl-latest/docs/details/integration/chip/
Despressif.rst13 For a quick start with LVGL and ESP32, the following pre-configured demo projects are available for…
/lvgl-latest/docs/details/other-components/
Dxml.rst116 …ules apply for attribute and tag names: only letters, numbers, `'_'` and can't start with a number.
Dobj_property.rst37 whereas text, long-mode, selection-start, and selection-end, are properties unique to
/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp1073 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()
DtvgSwCommon.h169 int32_t start; //index of current sub-path start point member
/lvgl-latest/docs/details/libs/
Drlottie.rst159 taking chunks out). So while you can probably start to render a 50x50
/lvgl-latest/docs/details/base-widget/
Devent.rst233 /* Simulate the press of the first button (indexes start from zero) */
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst83 inconsistent state. A high percentage LVGL functions (functions that start with
/lvgl-latest/docs/details/main-components/
Ddisplay.rst545 - start on an ``Nx8`` coordinate, and
569 To ensure that the redrawn areas start and end on byte boundaries, you can add a
Dfont.rst224 at start, middle or end positions. Besides these, some conjunction rules
/lvgl-latest/docs/intro/
Dbasics.rst435 1. If not already read, start with :ref:`introduction` page of
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst548 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/
DKconfig187 Align the start address of draw_buf addresses to this bytes.
/lvgl-latest/docs/_static/css/
Dfontawesome.min.css5 …e{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f…

1234