Searched refs:filterScanline (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 5382 static void filterScanline(unsigned char* out, const unsigned char* scanline, const unsigned char* … in filterScanline() function 5490 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 5509 filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 5556 filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter() 5585 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 5618 filterScanline(attempt[type], &in[y * linebytes], prevline, linebytes, bytewidth, type); in filter()
|