Searched refs:settings (Results 1 – 19 of 19) sorted by relevance
/lvgl-3.6.0/src/extra/libs/png/ |
D | lodepng.h | 298 void lodepng_decompress_settings_init(LodePNGDecompressSettings* settings); 331 void lodepng_compress_settings_init(LodePNGCompressSettings* settings); 675 void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings); 761 void lodepng_encoder_settings_init(LodePNGEncoderSettings* settings); 933 const LodePNGDecompressSettings* settings); 943 const LodePNGDecompressSettings* settings); 956 const LodePNGCompressSettings* settings); 968 const LodePNGCompressSettings* settings); 1046 … const LodePNGDecompressSettings& settings = lodepng_default_decompress_settings); 1050 … const LodePNGDecompressSettings& settings = lodepng_default_decompress_settings); [all …]
|
D | lodepng.c | 1356 const LodePNGDecompressSettings* settings) { in inflateNoCompression() argument 1370 if(!settings->ignore_nlen && LEN + NLEN != 65535) { in inflateNoCompression() 1389 const LodePNGDecompressSettings* settings) { in lodepng_inflatev() argument 1403 else if(BTYPE == 0) error = inflateNoCompression(out, &reader, settings); /*no compression*/ in lodepng_inflatev() 1404 …else error = inflateHuffmanBlock(out, &reader, BTYPE, settings->max_output_size); /*compression, B… in lodepng_inflatev() 1405 if(!error && settings->max_output_size && out->size > settings->max_output_size) error = 109; in lodepng_inflatev() 1414 const LodePNGDecompressSettings* settings) { in lodepng_inflate() argument 1416 unsigned error = lodepng_inflatev(&v, in, insize, settings); in lodepng_inflate() 1423 const LodePNGDecompressSettings* settings) { in inflatev() argument 1424 if(settings->custom_inflate) { in inflatev() [all …]
|
/lvgl-3.6.0/docs/_ext/ |
D | lv_example.py | 32 env = self.state.document.settings.env 57 env = self.state.document.settings.env
|
/lvgl-3.6.0/docs/widgets/core/ |
D | btn.md | 5 …(/widgets/obj). They are useful for semantic purposes and have slightly different default settings.
|
D | arc.md | 49 In other words, the angle and value settings are independent. You should exclusively use one or the…
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | arduino.md | 67 …his feature you have to edit the `lv_conf.h` file and enable logging in the section `log settings`: 70 /*Log settings*/
|
/lvgl-3.6.0/docs/others/ |
D | gridnav.md | 27 - `LV_GRIDNAV_CTRL_NONE` Default settings
|
/lvgl-3.6.0/docs/porting/ |
D | gpu.md | 115 /*New draw ctx settings*/ 145 /*Fallback: the GPU doesn't support these settings. Call the SW renderer.*/
|
D | project.md | 55 …with Kconfig, but keep in mind that the value from `lv_conf.h` or build settings (`-D...`) overwri…
|
D | display.md | 35 There are several settings to adjust the number draw buffers and buffering/refreshing modes.
|
/lvgl-3.6.0/demos/ |
D | README.md | 86 A demo to measure the performance of LVGL or to compare different settings.
|
/lvgl-3.6.0/docs/overview/ |
D | coords.md | 165 The size settings support a special value: `LV_SIZE_CONTENT`. It means the object's size in the res… 307 The position and size set by the layout overwrites the "normal" x, y, width, and height settings. 310 For further settings of the parent and children see the documentation of the given layout.
|
D | font.md | 132 For subpixel rendering, the fonts need to be generated with special settings: 137 The order of color channels also needs to match with the library settings. By default, LVGL assumes…
|
/lvgl-3.6.0/docs/layouts/ |
D | grid.md | 36 Besides simple settings the size in pixel you can use two special values:
|
/lvgl-3.6.0/ |
D | Kconfig | 16 menu "Color settings" 70 menu "Memory settings" 474 menu "Compiler settings"
|
/lvgl-3.6.0/docs/widgets/ |
D | obj.md | 20 Only a small subset of coordinate settings is described here. To see all the features of LVGL (padd…
|
/lvgl-3.6.0/docs/widgets/extra/ |
D | chart.md | 92 The default settings are 3 horizontal and 5 vertical division lines.
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 3 # This file describes the settings to be used by the documentation system 1769 # Note that which sources are shown also depends on other settings such as 1851 # Note that which sources are shown also depends on other settings such as
|
/lvgl-3.6.0/docs/ |
D | CHANGELOG.md | 2001 - Remove memcpy from `lv_ll` (caused issues with some optimization settings)
|