Home
last modified time | relevance | path

Searched refs:search (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/scripts/
Dlv_conf_internal_gen.py119 …r = re.search(r'^([\s]*)#[\s]*(undef|define)[\s]+([^\s]+).*$', line) # \s means any white space …
131 is_one = re.search(r'#[\s]*define[\s]*[A-Z0-9_]+[\s]+1([\s]*$|[\s]+)', line)
165 elif re.search('^ *typedef .*;.*$', line):
Dgenerate_lv_conf.py65 groups = re.search(r'([A-Z0-9_]+)\s+(.+)', line).groups()
79 res = re.search(r'#define\s+([A-Z0-9_]+)\s+(.+)', src_line)
Dupdate_version.py29 groups = re.search(self.RE_PATTERN, user_input).groups()
/lvgl-latest/docs/_static/css/
Dcustom.css49 .wy-side-nav-search {
52 .wy-side-nav-search>div.version {
Dfontawesome.min.css5search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{…
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst36 Add an entry under "Library search path (-L)" which is a path to
40 search paths. Under "MCU GCC Compiler", "Include paths", add an entry to "Include paths (-I)"
/lvgl-latest/docs/
Dbuild.py589 match = major_re.search(line)
593 match = minor_re.search(line)
DDoxyfile714 # search path. See also \cite for info how to create references.
1018 # tools must be available from the command line (i.e. in the search path).
1283 # HTML files also contain an index, a table of contents, and you can search for
1538 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1539 # the HTML output. The underlying search engine uses javascript and DHTML and
1542 # there is already a search function so this one should typically be disabled.
1543 # For large projects the javascript based search engine can be slow, then
1545 # search using the keyboard; to jump to the search box use <access key> + S
1547 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1548 # key> to jump into the search results window, the results can be navigated
[all …]
DCHANGELOG.rst279 - **fix(obj): search child object using depth-first search** `6287 <https://github.com/lvgl/lvgl/pu…
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst19 To search for a string pattern in the configuration, press ``/`` followed by
20 the desired pattern. For example, search for ``libdrm``. You should find
/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst90 How to use it specifically, search ``pydevd_pycharm`` / ``debugpy`` for details.
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt54 Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
/lvgl-latest/docs/details/other-components/
Dfont_manager.rst65 not found in a font file, it will automatically search from the next concatenated
Dobj_property.rst244 Gets property ID by doing a non-recursive search for ``name`` directly in Widget
252 exist in both lists. Because of the search sequence in
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1722 stbtt_uint32 search = endCount; local
1729 if(unicode_codepoint >= ttUSHORT(data, search + rangeShift * 2))
1730 search += rangeShift * 2;
1733 search -= 2;
1737 end = ttUSHORT(data, search + searchRange * 2);
1739 search += searchRange * 2;
1742 search += 2;
1746 stbtt_uint16 item = (stbtt_uint16)((search - endCount) >> 1);
/lvgl-latest/tests/
DCMakeLists.txt167 set(CMAKE_LIBRARY_PATH "/usr/lib/i386-linux-gnu" CACHE PATH "search 32bit lib path firstly")
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst19 have to be specified in a style. LVGL will search for a property until a