Searched refs:thisPixel (Results 1 – 1 of 1) sorted by relevance
712 int thisPixel; in gdImagePngCtxEx() local723 thisPixel = *pThisRow++; in gdImagePngCtxEx()724 *pOutputRow++ = gdTrueColorGetRed(thisPixel); in gdImagePngCtxEx()725 *pOutputRow++ = gdTrueColorGetGreen(thisPixel); in gdImagePngCtxEx()726 *pOutputRow++ = gdTrueColorGetBlue(thisPixel); in gdImagePngCtxEx()734 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()
Completed in 8 milliseconds