xlate 613 ext/gd/libgd/gd.c int xlate[256]; xlate 619 ext/gd/libgd/gd.c xlate[i] = -1; xlate 625 ext/gd/libgd/gd.c if (xlate[p] == -1) { xlate 627 ext/gd/libgd/gd.c xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); xlate 629 ext/gd/libgd/gd.c gdImageSetPixel(to, x, y, xlate[p]);