Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S157 sub \mem\()_ADDR, #4*\len
190 sub \mem\()_ADDR, #3*\len
219 sub \mem\()_ADDR, #3*\len
238 sub \mem\()_ADDR, #14
244 sub \mem\()_ADDR, #12
250 sub \mem\()_ADDR, #10
258 sub \mem\()_ADDR, #6
280 sub \mem\()_ADDR, #7
286 sub \mem\()_ADDR, #6
292 sub \mem\()_ADDR, #5
[all …]
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.S107 sub \mem\()_ADDR, #1
139 sub \mem\()_ADDR, #2
164 sub \mem\()_ADDR, #3
166 sub \mem\()_ADDR, #2
222 sub DST_STRIDE, DST_STRIDE, TMP, lsl #1
224 sub DST_STRIDE, DST_STRIDE, TMP
225 sub DST_STRIDE, DST_STRIDE, TMP, lsl #1
227 sub DST_STRIDE, DST_STRIDE, TMP, lsl #2
230 sub MASK_STRIDE, MASK_STRIDE, TMP
252 sub SRC_STRIDE, SRC_STRIDE, TMP, lsl #1
[all …]
/lvgl-latest/scripts/
Dlv_conf_internal_gen.py125 …name = re.sub(r'\(.*?\)', '', name, 1) #remove parentheses from macros. E.g. MY_FUNC(5) -> MY_F…
127 line = re.sub(r'[\s]*', '', line, 1)
Dfiletohex.py12 s = re.sub(r'[^\x00-\xff]', '', s)
/lvgl-latest/docs/details/integration/driver/
Dopengles.rst133 /* create a sub display that flushes to a texture */
138 /* add the sub texture to the window */
142 /* create Widgets on the screen of the sub texture */
147 /* position the sub texture within the window */
151 /* optionally change the opacity of the sub texture */
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst139 - The sub-grid is resolved only to a depth of 1 level. That is, a grid can have a
140 sub-grid child, but that sub-grid cannot have another sub-grid.
142 - ``LV_GRID_CONTENT`` tracks on the grid are not handled in the sub-grid, only in its
145 The sub-grid feature works the same as in CSS. For further information, see
/lvgl-latest/docs/details/main-components/
Dfs.rst322 ``lv_fs_read`` :sub:`(behavior when cache is enabled)`
369 ``lv_fs_write`` :sub:`(behavior when cache is enabled)`
375 ``lv_fs_seek`` :sub:`(behavior when cache is enabled)`
382 ``lv_fs_tell`` :sub:`(behavior when cache is enabled)`
/lvgl-latest/docs/details/widgets/
Dscale.rst12 placement, labeling, and sub-sections (:ref:`scale_sections`) with custom styling.
157 A Section represents a sub-range of the Scale, whose Styles (like Cascading Style
/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp1158 auto sub = jerry_function_external(_sub); in _buildMath() local
1159 jerry_object_set_sz(context, "sub", sub); in _buildMath()
1160 jerry_value_free(sub); in _buildMath()
/lvgl-latest/docs/
DCONTRIBUTING.rst121 ``<scope>`` is the module, file, or sub-system that is affected by the
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
/lvgl-latest/docs/intro/
Dbasics.rst273 By using parts you can apply different styles to sub-elements of a widget. (See below.)
/lvgl-latest/
DREADME.md57 …- Word wrapping, kerning, text scrolling, sub-pixel rendering, Pinyin-IME Chinese input, Emojis in…