Searched full:any (Results 1 – 25 of 148) sorted by relevance
123456
/lvgl-3.6.0/src/extra/libs/qrcode/ |
D | qrcodegen.h | 7 * Permission is hereby granted, free of charge, to any person obtaining a copy of 15 * - The Software is provided "as is", without warranty of any kind, express or 18 * authors or copyright holders be liable for any claim, damages or other 105 * Any segment longer than this is meaningless for the purpose of generating QR Codes. 135 // Calculates the number of bytes needed to store any QR Code up to and including the given version… 137 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int… 152 * If the data is too long to fit in any version in the given range 163 * can hold any UTF-8 string up to 2953 bytes, or any alphanumeric string 164 * up to 4296 characters, or any digit string up to 7089 characters. 175 * If the data is too long to fit in any version in the given range [all …]
|
D | qrcodegen.c | 7 * Permission is hereby granted, free of charge, to any person obtaining a copy of 15 * - The Software is provided "as is", without warranty of any kind, express or 18 * authors or copyright holders be liable for any claim, damages or other 43 // - They don't read mutable global variables or write to any global variables. 46 // - They don't allocate or free any memory on the heap. 589 // If this QR Code has any remainder bits (0 to 7), they were assigned as in drawCodewords()
|
/lvgl-3.6.0/src/extra/libs/png/ |
D | lodepng.h | 6 This software is provided 'as-is', without any express or implied 7 warranty. In no event will the authors be held liable for any damages 10 Permission is granted to anyone to use this software for any purpose, 22 3. This notice may not be removed or altered from any source 107 /*LCT_MAX_OCTET_VALUE lets the compiler allow this enum to represent any invalid 283 Should return 0 if success, any non-0 if error (numeric value not exposed).*/ 289 Should return 0 if success, any non-0 if error (numeric value not exposed).*/ 497 strings are any length. 518 …LodePNG does not apply any color conversions on pixels in the encoder or decoder and does not inte… 594 or any non-standard PNG chunk. [all …]
|
/lvgl-3.6.0/src/misc/ |
D | lv_fs.h | 153 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 160 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 170 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 180 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 189 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 197 * @return LV_FS_RES_OK or any error from 'fs_res_t' 205 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 214 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 221 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
|
D | lv_tlsf.h | 33 ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 35 ** DISCLAIMED. IN NO EVENT SHALL MATTHEW CONTE BE LIABLE FOR ANY 39 ** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 40 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 85 /* Returns nonzero if any internal consistency check fails. */
|
/lvgl-3.6.0/src/extra/libs/fsdrv/ |
D | lv_fs_win32.c | 107 * any error from lv_fs_res_t enum 239 * any error from lv_fs_res_t enum 257 * any error from lv_fs_res_t enum 274 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 290 * any error from lv_fs_res_t enum 320 * any error from lv_fs_res_t enum 409 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 447 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
|
D | lv_fs_fatfs.c | 131 * any error from lv_fs_res_t enum 149 * any error from lv_fs_res_t enum 166 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 183 * any error from lv_fs_res_t enum 210 * any error from lv_fs_res_t enum 245 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 273 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
|
D | lv_fs_posix.c | 126 * any error from lv_fs_res_t enum 143 * any error from lv_fs_res_t enum 159 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 174 * any error from lv_fs_res_t enum 189 * any error from lv_fs_res_t enum 253 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 301 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
|
D | lv_fs_stdio.c | 128 * any error from lv_fs_res_t enum 145 * any error from lv_fs_res_t enum 161 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 176 * any error from lv_fs_res_t enum 191 * any error from lv_fs_res_t enum 259 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum 307 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
|
D | lv_fs_littlefs.c | 155 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 176 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 196 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 219 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 241 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 282 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 313 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_rect_pack.h | 162 // Optionally call this function after init but before doing any packing to 603 Permission is hereby granted, free of charge, to any person obtaining a copy of 611 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 614 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 622 software, either in source code form or as a compiled binary, for any purpose, 623 commercial or non-commercial, and by any means. 625 software dedicate any and all copyright interest in the software to the public 630 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 633 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
/lvgl-3.6.0/examples/porting/ |
D | lv_port_fs_template.c | 132 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 150 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 168 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 185 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 200 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 231 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum 246 * @return LV_FS_RES_OK: no error or any error from @lv_fs_res_t enum
|
/lvgl-3.6.0/docs/overview/ |
D | drawing.md | 54 LVGL performs the following steps to render any shape, image or text. It can be considered as a dra… 90 …ngine with `int16_t mask_id = lv_draw_mask_add(¶m, ptr)`. `ptr` can be any pointer to identify… 95 A parameter can be added and removed any number of times, but it needs to be freed when not require… 102 Some fields of these parameters can be modified to draw something else or any custom drawing operat… 126 …d. You can draw anything here as well and it's also a good place to remove any masks created in `L… 208 In short if for any reason the area below an object is visible than the object doesn't cover that a…
|
D | style.md | 7 - The same style can be used by any number of objects. 9 …or a property until a style defines it or use a default if it's not specified by any of the styles. 36 A style can be added to any state or state combination. 185 Later `const` style can be used like any other style but (obviously) new properties can not be adde… 210 …or` can use the `LV_STATE_ANY` and `LV_PART_ANY` values to remove the style from any state or part. 331 Any number of themes can be chained this way. E.g. default theme -> custom theme -> dark theme.
|
D | object.md | 52 …bject has exactly one parent object (except screens), but a parent can have any number of children. 103 lv_obj_t * lv_<widget>_create(lv_obj_t * parent, <other parameters if any>); 118 If for any reason you can't delete the object immediately you can use `lv_obj_del_async(obj)` which… 134 Screens can be created with any object type. For example, a [Base object](/widgets/obj) or an image… 151 You can add any pop-up windows to the *top layer* freely. But, the *system layer* is restricted to …
|
D | file-system.md | 3 LVGL has a 'File system' abstraction module that enables you to attach any type of file system. 34 drv.user_data = my_user_data; /*Any custom data if required*/ 40 Any of the callbacks can be `NULL` to indicate that operation is not supported. 53 … to a *file object* that describes the opened file or `NULL` if there were any issues (e.g. the fi…
|
/lvgl-3.6.0/docs/ |
D | CONTRIBUTING.md | 77 - `chore` any minor formatting or style changes that would make the changelog noisy 126 By contributing to any repositories of the LVGL project you agree that your contribution complies w… 137 In this case you can just send a Pull Request without worrying about any licensing issues. 157 The MIT license requires a copyright notice be added to the derived work. Any derivative work based… 198 Any of these help to spread the word and familiarize new developers with LVGL. 252 For further ideas take a look at the [Roadmap](/ROADMAP) page. If you are interested in any of them…
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | pc-simulator.md | 4 You can try out LVGL **using only your PC** (i.e. without any development boards). LVGL will run on… 8 - Cross-platform - Any Windows, Linux or macOS system can run the PC simulator. 26 You can use any IDE for development but, for simplicity, the configuration for Eclipse CDT is what … 44 …cOS and get a "Failed to create the Java Virtual Machine" error, uninstall any other Java JDK inst… 96 …uild the project. If you have done everything right, then you will not get any errors. Note that o…
|
D | nxp.md | 51 The output engine essentially truncates any output pixels after the desired number of pixels has be… 89 …- By default, `LV_GPU_NXP_PXP_LOG_ERRORS` is enabled so that any PXP error will be seen on SDK deb… 128 - Image Rotation (any degree with decimal) 174 …- By default, `LV_GPU_NXP_VG_LITE_LOG_ERRORS` is enabled so that any VGLite error will be seen on … 176 VGLite fallback to CPU due to any error on the driver)
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 207 # not recognized any more. 213 # documentation from any documented member that it re-implements. 359 # member in the group (if any) for the other members of the group. By default 366 # any nested class or struct is added to the same group. By default this option 460 # only classes defined in header files are included. Does not have any effect 506 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 934 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and 967 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1107 # To get valid HTML the header file that includes any scripts and style sheets 1432 # (i.e. any modern browser). Windows users are probably better off using the [all …]
|
/lvgl-3.6.0/src/core/ |
D | lv_obj.h | 153 * They are allocated automatically if any elements is set. 202 * Should be called before any other LVGL related function. 289 * Check if a given flag or any of the flags are set on an object. 349 * Check if any object has a given class (type). 365 * Check if any object is still "alive".
|
D | lv_obj_tree.h | 45 * Also remove the objects from their group and remove all animations (if any). 53 * Also remove the objects from their group and remove all animations (if any). 156 * Iterate through all children of any object. 159 * @param user_data pointer to any user related data (will be passed to `cb`)
|
/lvgl-3.6.0/docs/layouts/ |
D | flex.md | 25 With the following functions you can set a Flex layout on any parent. 52 - `LV_FLEX_ALIGN_SPACE_EVENLY` items are distributed so that the spacing between any two items (and… 74 …lues are style properties under the hood and you can use them similarly to any other style propert… 90 These can for example be used if you don't want any padding between your objects: `lv_style_set_pad…
|
/lvgl-3.6.0/docs/porting/ |
D | indev.md | 5 …be initialized. **Be sure to register at least one display before you register any input devices.** 8 /*Register at least one display before you register any input devices*/ 29 ### Touchpad, mouse or any pointer 181 `feedback_cb` is called when any type of event is sent by the input devices (independently of its t…
|
/lvgl-3.6.0/src/draw/nxp/pxp/ |
D | lv_draw_pxp.c | 11 * Permission is hereby granted, free of charge, to any person obtaining a copy 21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 226 * The output engine essentially truncates any output pixels after the in lv_draw_pxp_img_decoded()
|
123456