• Home
  • Raw
  • Download

Lines Matching refs:numpixels

3213 static unsigned getPixelColorsRGBA8(unsigned char* buffer, size_t numpixels,  in getPixelColorsRGBA8()  argument
3224 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3232 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3242 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3254 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3265 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3281 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3306 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3314 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3325 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3335 for(i = 0; i < numpixels; i++, buffer += num_channels) in getPixelColorsRGBA8()
3400 size_t numpixels = w * h; in lodepng_convert() local
3423 for(i = 0; i < numpixels; i++) in lodepng_convert()
3434 error = getPixelColorsRGBA8(out, numpixels, 1, in, mode_in, fix_png); in lodepng_convert()
3438 error = getPixelColorsRGBA8(out, numpixels, 0, in, mode_in, fix_png); in lodepng_convert()
3443 for(i = 0; i < numpixels; i++) in lodepng_convert()
3555 … size_t numpixels /*must be full image size, for certain filesize based choices*/, in get_color_profile() argument
3564 for(i = 0; i < numpixels; i++) in get_color_profile()
3593 …if(a == 0 && numpixels > 16 && !(profile->key && (r != profile->key_r || g != profile->key_g || b … in get_color_profile()
3658 for(i = 0; i < numpixels; i++) in get_color_profile()