Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 162) sorted by relevance

1234567

/lvgl-latest/docs/
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
Dbuild.py7 (used in `conf.py` and in [Edit on GitHub] links), and then ran:
9 - Doxygen (to generate LVGL API XML), then
18 Since then its duties have grown to include:
30 - Supporting multiple execution platforms (which then required tokenizing
131 then this script uses the value of that that environment variable
199 # temporary directory that can be then used later using the same
/lvgl-latest/src/libs/expat/
Dexpat.h155 /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
157 If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
162 If type == XML_CTYPE_NAME, then the name points to the name, and
202 true and default is non-NULL, then this is a "#FIXED" default.
245 name. If the namespace separator is '\0' then the namespace URI
265 by memsuite. If memsuite is NULL, then use the standard library memory
413 then processing will not continue, and the parser will return a
415 If parameter entity parsing is enabled, then in addition to the
482 If map[b] is c where c is >= 0, then b by itself encodes the
485 If map[b] is -1, then the byte sequence is malformed.
[all …]
/lvgl-latest/env_support/cmsis-pack/
Dgen_pack.sh20 then
70 then
82 then
97 then
110 then
114 then
135 if [ ! -d $PACK_BUILD ]; then
177 if [ $errorlevel -ne 0 ]; then
186 if [ $errorlevel -ne 0 ]; then
212 if [ ! -d $PACK_WAREHOUSE ]; then
[all …]
/lvgl-latest/libs/nema_gfx/include/
Dnema_easing.h70 /** \brief Quadratic easing in and out, accelerate to halfway, then decelerate
101 /** \brief Cubic easing in and out, accelerate to halfway, then decelerate
132 /** \brief Quartic easing in and out, accelerate to halfway, then decelerate
163 /** \brief Quintic easing in and out, accelerate to halfway, then decelerate
192 /** \brief Sinusoidal easing in and out, accelerate to halfway, then decelerate
223 /** \brief Circular easing in and out, accelerate to halfway, then decelerate
254 /** \brief Exponential easing in and out, accelerate to halfway, then decelerate
285 /** \brief Elastic easing in and out, accelerate to halfway, then decelerate
316 /** \brief Overshooting easing in and out, accelerate to halfway, then decelerate
342 /** \brief Bouncing easing in and out, accelerate to halfway, then decelerate
/lvgl-latest/src/misc/
Dlv_ll.c67 if(ll_p->head != NULL) { /*If there is old head then before it goes the new*/ in lv_ll_ins_head()
114 if(ll_p->tail != NULL) { /*If there is old tail then the new comes after it*/ in lv_ll_ins_tail()
190 if(ll_new_p->head != NULL) { /*If there is old head then before it goes the new*/ in lv_ll_chg_list()
204 if(ll_new_p->tail != NULL) { /*If there is old tail then after it goes the new*/ in lv_ll_chg_list()
278 /*If `n_act` was moved before NULL then it become the new tail*/ in lv_ll_move_before()
281 /*If `n_act` was moved before `NULL` then it's the new head*/ in lv_ll_move_before()
Dlv_fs.c125 /* If this is a memory-mapped file, then set "cache" to the memory buffer */ in lv_fs_open()
571 …/*If remaining data chuck is bigger than buffer size, then do not use cache, instead read it direc… in lv_fs_read_cached()
576 /*If remaining data chunk is smaller than buffer size, then read into cache buffer*/ in lv_fs_read_cached()
593 /*If bigger data is requested, then do not use cache, instead read it directly*/ in lv_fs_read_cached()
597 /*If small data is requested, then read from FS into cache buffer*/ in lv_fs_read_cached()
679 …/*Because we don't know the file size, we do a little trick: do a FS seek, then get the new file p… in lv_fs_seek_cached()
/lvgl-latest/docs/details/main-components/
Dimage.rst221 binary file you uploaded and write it as an image "bitmap". You then
310 …* If `dsc->decoded` is always set in `decoder_open` then `decoder_get_area` does not need to be im…
311 …* If `dsc->decoded` is only sometimes set or never set in `decoder_open` then `decoder_get_area` i…
319 /* if `decoded_area` has a field set to `LV_COORD_MIN` then reset decoding */
424 and then mark the processing status in ``cache_entry->process_state`` (to avoid repeated post-proce…
572 cached and you then change the underlying PNG file, you need to notify
/lvgl-latest/src/libs/lodepng/
Dlodepng.h400 then lodepng_palette_add per color to correctly initialize it (to ensure size
498 in background_g and background_b are then unused. The decoder will set them
660 NOTE: enabling sbit can hurt compression, because the encoder can then not always use
684 …above in here, since the encoder will blindly follow this and could then encode an invalid PNG file
905 Use lodepng_inspect first with a new state, then e.g. lodepng_chunk_find_const
985 function will then skip over it and return the first real chunk).
1400 PNG, then the decoder will automatically convert the result. This conversion
1607 info_raw are then ignored.
1613 have a bit amount that isn't a multiple of 8, then padding bits are used so that each
1665 then that's possible with the chunk functions of LodePNG.
[all …]
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst34 the source code is fetched from an SCM such as Git or Subversion, then you
114 case for most recipes, then EXTENDPE is blank.
137 the recipe file name. For example, if the recipe is named expat_2.0.1.bb, then
191 filename. For example, if the recipe is named expat_2.0.1.bb, then the default
/lvgl-latest/src/draw/
Dlv_draw_label.c28 …_HINT_UPDATE_TH 1024 /*Update the "hint" if the label's y coordinates have changed more then this*/
225 /*If EXPAND is enabled then not limit the text's width to the object's width*/ in lv_draw_label_iterate_characters()
378 …/* If letter is LV_TXT_COLOR_CMD and we were in the CMD_STATE_IN then the recolor close marked has… in lv_draw_label_iterate_characters()
394 * Once we have reach the space ' ', then we will extract the color information in lv_draw_label_iterate_characters()
432 … /* If we're in the CMD_STATE_IN state then we need to subtract the recolor command length */ in lv_draw_label_iterate_characters()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_rect_pack.h156 // If you do #2, then the non-quantized algorithm will be used, but the algorithm
246 // if it's ok to run out of memory, then don't bother aligning them; in stbrp_setup_allow_out_of_mem()
249 // quantize once we've hit OOM, then we could get rid of this parameter. in stbrp_setup_allow_out_of_mem()
252 // if it's not ok to run out of memory, then quantize the widths in stbrp_setup_allow_out_of_mem()
405 // then right-aligned reduces waste, but bottom-left BL is always chooses left-aligned in stbrp__skyline_find_best_pos()
/lvgl-latest/docs/details/base-widget/
Devent.rst124 …_EVENT_SHORT_CLICKED`: Widget was pressed for a short period of time, and then released without sc…
125 …EVENT_SINGLE_CLICKED`: Widget was pressed for a short period of time, and then released without sc…
126 …EVENT_DOUBLE_CLICKED`: Widget was pressed for a short period of time, and then released without sc…
127 …EVENT_TRIPLE_CLICKED`: Widget was pressed for a short period of time, and then released without sc…
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.h156 * at the given ECC level, then false is returned.
179 * at the given ECC level, then false is returned.
220 * chosen for the output. Iff boostEcl is true, then the ECC level of the result
307 * If the given coordinates are out of bounds, then false (white) is returned.
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_label.c48 …_HINT_UPDATE_TH 1024 /*Update the "hint" if the label's y coordinates have changed more then this*/
415 /*If EXPAND is enabled then not limit the text's width to the object's width*/ in _draw_label_iterate_characters()
580 …/* If letter is LV_TXT_COLOR_CMD and we were in the CMD_STATE_IN then the recolor close marked has… in _draw_label_iterate_characters()
596 * Once we have reach the space ' ', then we will extract the color information in _draw_label_iterate_characters()
634 … /* If we're in the CMD_STATE_IN state then we need to subtract the recolor command length */ in _draw_label_iterate_characters()
/lvgl-latest/src/core/
Dlv_group.c133 /*If the head and the tail is equal then there is only one object in the linked list. in lv_group_add_obj()
173 /*If this is the only object in the group then focus to nothing.*/ in lv_group_remove_obj()
177 /*If there more objects in the group then focus to the next/prev object*/ in lv_group_remove_obj()
183 /*If the focuses object is still the same then it was the only object in the group but it will in lv_group_remove_obj()
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst81 If `LV_USE_PXP_DRAW_THREAD` is not defined, then no additional draw thread will be created
85 analyze if the task is supported by PXP or not. If it is supported, then an
280 If `LV_USE_VGLITE_DRAW_THREAD` is not defined, then no additional draw thread will be created
284 analyze if the task is supported by VGLite or not. If it is supported, then an
/lvgl-latest/.github/workflows/
Dcheck_bom.yml28 if [ "${a}" = $'\xEF\xBB\xBF' ]; then
37 if [ "${a}" = $'\xFF\xFE' ]; then
46 if [ "${a}" = $'\xFE\xFF' ]; then
/lvgl-latest/docs/_templates/
Dpage.html25 .then(res => res.text())
26 .then(text => {
48 add_version_selector().then(() => {
/lvgl-latest/docs/details/other-components/
Dime_pinyin.rst26 input-method plug-in, then use
54 Then, write a dictionary in the following format.
66 Then, write your own dictionary according to the following format:
/lvgl-latest/docs/details/integration/os/
Dqnx.rst63 you choose to build a library then you do not need to follow the instructions in
85 then it is better to use a static library. If you have more than one, and
142 and then linking against the library. This can be done in many ways, using
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c151 return LV_RESULT_INVALID; /*If didn't succeeded earlier then it's an error*/ in decoder_info()
193 return LV_RESULT_OK; /*If not returned earlier then it failed*/ in decoder_open()
196 return LV_RESULT_INVALID; /*If not returned earlier then it failed*/ in decoder_open()
300 /* We set up the normal JPEG error routines, then override error_exit. */ in decode_jpeg_file()
/lvgl-latest/src/font/
Dlv_font_fmt_txt.c198 /*If not returned earlier then the letter is not found in this font*/ in lv_font_get_bitmap_fmt_txt()
275 * So if there is a 0 not on the first position then it's a missing character */ in get_glyph_dsc_id()
319 *The pairs are ordered left_id first, then right_id secondly.*/ in get_kern_value()
332 *The pairs are ordered left_id first, then right_id secondly.*/ in get_kern_value()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c485 * - indicator area is the same or smaller then the bg in draw_indic()
489 * - indicator area is the same or smaller then bg in draw_indic()
493 * - indicator area is the larger then the bg in draw_indic()
498 * - indicator area is the same or smaller then the bg in draw_indic()
/lvgl-latest/scripts/gen_json/
Dgen_json.py277 'supplied then it will be output stdout'
286 'path to lv_conf.h (including file name), if this is not set then '
306 "If you have includes to header files that are not LVGL then you "

1234567