Searched refs:outindex (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/png/ |
D | lodepng.c | 4219 size_t outindex = linebytes * y; in unfilter() local 4223 …CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterTy… in unfilter() 4225 prevline = &out[outindex]; in unfilter() 5487 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter() local 5489 out[outindex] = type; /*filter type byte*/ in filter() 5490 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter() 5581 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter() local 5584 out[outindex] = type; /*filter type byte*/ in filter() 5585 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter()
|