Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 19 of 19) sorted by relevance

/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.h298 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 …]
Dlodepng.c1356 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/
Dlv_example.py32 env = self.state.document.settings.env
57 env = self.state.document.settings.env
/lvgl-3.6.0/docs/widgets/core/
Dbtn.md5 …(/widgets/obj). They are useful for semantic purposes and have slightly different default settings.
Darc.md49 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/
Darduino.md67 …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/
Dgridnav.md27 - `LV_GRIDNAV_CTRL_NONE` Default settings
/lvgl-3.6.0/docs/porting/
Dgpu.md115 /*New draw ctx settings*/
145     /*Fallback: the GPU doesn't support these settings. Call the SW renderer.*/
Dproject.md55 …with Kconfig, but keep in mind that the value from `lv_conf.h` or build settings (`-D...`) overwri…
Ddisplay.md35 There are several settings to adjust the number draw buffers and buffering/refreshing modes.
/lvgl-3.6.0/demos/
DREADME.md86 A demo to measure the performance of LVGL or to compare different settings.
/lvgl-3.6.0/docs/overview/
Dcoords.md165 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.
Dfont.md132 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/
Dgrid.md36 Besides simple settings the size in pixel you can use two special values:
/lvgl-3.6.0/
DKconfig16 menu "Color settings"
70 menu "Memory settings"
474 menu "Compiler settings"
/lvgl-3.6.0/docs/widgets/
Dobj.md20 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/
Dchart.md92 The default settings are 3 horizontal and 5 vertical division lines.
/lvgl-3.6.0/scripts/
DDoxyfile3 # 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/
DCHANGELOG.md2001 - Remove memcpy from `lv_ll` (caused issues with some optimization settings)