thisPixel 686 ext/gd/libgd/gd_png.c int thisPixel; thisPixel 697 ext/gd/libgd/gd_png.c thisPixel = *pThisRow++; thisPixel 698 ext/gd/libgd/gd_png.c *pOutputRow++ = gdTrueColorGetRed(thisPixel); thisPixel 699 ext/gd/libgd/gd_png.c *pOutputRow++ = gdTrueColorGetGreen(thisPixel); thisPixel 700 ext/gd/libgd/gd_png.c *pOutputRow++ = gdTrueColorGetBlue(thisPixel); thisPixel 708 ext/gd/libgd/gd_png.c a = gdTrueColorGetAlpha(thisPixel);