Searched refs:converted (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | table.rst | 43 Cells can store only text so numbers need to be converted to text
|
D | image.rst | 42 and set the converted image as the image source with its pointer with 44 To make the converted image variable accessible from the C file, declare it with
|
D | textarea.rst | 127 character exists in the font, the entered characters are converted to it after
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 6960 unsigned char * converted; in lodepng_encode() local 6963 converted = (unsigned char *)lodepng_malloc(size); in lodepng_encode() 6964 if(!converted && size) state->error = 83; /*alloc fail*/ in lodepng_encode() 6966 state->error = lodepng_convert(converted, image, &info.color, &state->info_raw, w, h); in lodepng_encode() 6969 … state->error = preProcessScanlines(&data, &datasize, converted, w, h, &info, &state->encoder); in lodepng_encode() 6971 lodepng_free(converted); in lodepng_encode()
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 403 they must be converted into the TTF format using ``mkttf``, which can be found
|
D | image.rst | 172 If the image was converted with the online converter, you should use
|
D | display.rst | 360 still sees the whole resolution and the values needs to be converted to
|