Searched refs:numpixels (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 2830 size_t numpixels, total; in lodepng_pixel_overflow() local 2833 if(lodepng_mulofl((size_t)w, (size_t)h, &numpixels)) return 1; in lodepng_pixel_overflow() 2834 …if(lodepng_mulofl(numpixels, 8, &total)) return 1; /* bit pointer with 8-bit color, or 8 bytes per… in lodepng_pixel_overflow() 3331 static void getPixelColorsRGBA8(unsigned char* LODEPNG_RESTRICT buffer, size_t numpixels, in getPixelColorsRGBA8() argument 3338 for(i = 0; i != numpixels; ++i, buffer += num_channels) { in getPixelColorsRGBA8() 3343 buffer -= numpixels * num_channels; in getPixelColorsRGBA8() 3344 for(i = 0; i != numpixels; ++i, buffer += num_channels) { in getPixelColorsRGBA8() 3349 for(i = 0; i != numpixels; ++i, buffer += num_channels) { in getPixelColorsRGBA8() 3356 for(i = 0; i != numpixels; ++i, buffer += num_channels) { in getPixelColorsRGBA8() 3364 for(i = 0; i != numpixels; ++i, buffer += num_channels) { in getPixelColorsRGBA8() [all …]
|
D | lodepng.h | 715 size_t numpixels; member
|