Lines Matching refs:j
133 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local
264 j = (255 * i) / (num_palette - 1); in gdImageCreateFromPngCtx()
265 palette[i].red = palette[i].green = palette[i].blue = j; in gdImageCreateFromPngCtx()
464 int i, j, bit_depth = 0, interlace_type; in gdImagePngCtxEx() local
599 int j; in gdImagePngCtxEx() local
621 j = 0; in gdImagePngCtxEx()
628 trans_values[j] = 255 - ((im->alpha[i] << 1) + (im->alpha[i] >> 6)); in gdImagePngCtxEx()
629 mapping[i] = j++; in gdImagePngCtxEx()
690 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
721 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
722 gdFree(row_pointers[j]); in gdImagePngCtxEx()
730 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
731 row_pointers[j] = (png_bytep) gdMalloc(width); in gdImagePngCtxEx()
733 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
740 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
741 gdFree(row_pointers[j]); in gdImagePngCtxEx()