bytesPerPixel 263 ext/gd/libgd/gd_gd2.c int bytesPerPixel; bytesPerPixel 273 ext/gd/libgd/gd_gd2.c bytesPerPixel = im->trueColor ? 4 : 1; bytesPerPixel 287 ext/gd/libgd/gd_gd2.c chunkMax = cs * bytesPerPixel * cs; bytesPerPixel 655 ext/gd/libgd/gd_gd2.c int bytesPerPixel = im->trueColor ? 4 : 1; bytesPerPixel 693 ext/gd/libgd/gd_gd2.c compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; bytesPerPixel 696 ext/gd/libgd/gd_gd2.c chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); bytesPerPixel 697 ext/gd/libgd/gd_gd2.c memset(chunkData, 0, cs * bytesPerPixel * cs);