Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.c5495 unsigned char* attempt[5]; /*five filtering attempts, one for each filter type*/ in filter() local
5500 attempt[type] = (unsigned char*)lodepng_malloc(linebytes); in filter()
5501 if(!attempt[type]) error = 83; /*alloc fail*/ in filter()
5509 filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
5513 for(x = 0; x != linebytes; ++x) sum += (unsigned char)(attempt[type][x]); in filter()
5519 unsigned char s = attempt[type][x]; in filter()
5535 for(x = 0; x != linebytes; ++x) out[y * (linebytes + 1) + 1 + x] = attempt[bestType][x]; in filter()
5539 for(type = 0; type != 5; ++type) lodepng_free(attempt[type]); in filter()
5541 unsigned char* attempt[5]; /*five filtering attempts, one for each filter type*/ in filter() local
5547 attempt[type] = (unsigned char*)lodepng_malloc(linebytes); in filter()
[all …]
/lvgl-3.5.0/docs/porting/
Dproject.md48 In this case LVGL will attempt to include `lv_conf.h` simply with `#include "lv_conf.h"`.
/lvgl-3.5.0/docs/
DCHANGELOG.md710 - ci attempt to speed up cross tests [`80408f7`](https://github.com/littlevgl/lvgl/commit/80408f704…