Home
last modified time | relevance | path

Searched refs:match (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/scripts/
Dproperties.py51 match = re.match(pattern, line)
52 if match:
55 match.group(1).lower(),
56 match.group(2).lower(), match.group(3), match.group(4),
63 match = re.match(pattern, line)
64 if match:
65 name = match.group(1).upper()
68 match.group(1).lower(), "style",
69 match.group(2), id)
Dtrace_filter.py44 for match in matches:
45 f.write(match[0] + '\n')
Dupdate_version.py26 if not re.match(r'^' + self.RE_PATTERN + r'$', user_input):
/lvgl-latest/src/libs/lz4/
Dlz4.c1000 const BYTE* match; in LZ4_compress_generic_validated() local
1018 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated()
1022 } while ( (match+LZ4_DISTANCE_MAX < ip) in LZ4_compress_generic_validated()
1023 || (LZ4_read32(match) != LZ4_read32(ip)) ); in LZ4_compress_generic_validated()
1048 match = dictBase + matchIndex; in LZ4_compress_generic_validated()
1052 match = base + matchIndex; in LZ4_compress_generic_validated()
1060 match = dictBase + matchIndex; in LZ4_compress_generic_validated()
1063 match = base + matchIndex; in LZ4_compress_generic_validated()
1067 match = base + matchIndex; in LZ4_compress_generic_validated()
1081 if (LZ4_read32(match) == LZ4_read32(ip)) { in LZ4_compress_generic_validated()
[all …]
/lvgl-latest/docs/
Dbuild.py589 match = major_re.search(line)
590 if match is not None:
591 major = match[1]
593 match = minor_re.search(line)
594 if match is not None:
595 minor = match[1]
DREADME.md59 …t.rst") and compares this with code-element names found by Doxygen. If a match is found, then it …
63 …the .RST file you are creating, ensure the stem of the file name DOES NOT match any code-element n…
DDoxyfile325 # tag to YES in order to let doxygen match functions declarations and
613 # type resolution of all parameters of a function it will reject a match between
616 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
617 # accept a match between prototype and implementation in such cases.
916 # filter if there is a match. The filters are a list of the form: pattern=filter
919 # patterns match the file name, INPUT_FILTER is applied.
DCHANGELOG.rst346 - **fix(demos): update README to match lv_demos.c** `5939 <https://github.com/lvgl/lvgl/pull/5939>`…
/lvgl-latest/docs/details/libs/
Dbmp.rst37 - The BMP files color format needs to match with :c:macro:`LV_COLOR_DEPTH`.
/lvgl-latest/docs/details/widgets/
Dimagebutton.rst16 repeated to match the width of the Widget.
Dcanvas.rst75 color format of the buffer and Canvas need to match.
Dscale.rst111 rotate the major-tick labels to match the rotation of the major ticks using
121 Some labels of the Scale might be drawn upside down (to match the tick) if the Scale includes a cer…
/lvgl-latest/docs/details/integration/driver/display/
Dst_ltdc.rst17 match the LTDC layer's color format. Use STM32CubeIDE
Dlcd_stm32_guide.rst242 /* Set the SPI in 16-bit mode to match endianness */
/lvgl-latest/docs/details/integration/driver/
Dopengles.rst204 The textures are retrieved from the cache and reused when there is a match.
Dwayland.rst150 each build to ensure that the correct versions are generated, they must match the version of the ``…
/lvgl-latest/docs/details/integration/chip/
Despressif.rst47 Adjust the ``^9.*`` part to match your LVGL version requirement. More information on version specif…
Dalif.rst174 You may also need to set ``BOARD_ILI9806E_PANEL_VARIANT`` if the default does not match yours.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst141 will be red because a perfect match is found in the most recently added
143 match because it describes the current state perfectly, so the button
/lvgl-latest/docs/details/main-components/
Ddisplay.rst249 - :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_DIRECT` The buffer size(es) must match
256 - :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_FULL` The buffer size(es) must match