Home
last modified time | relevance | path

Searched refs:thisPixel (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd_png.c707 int thisPixel; in gdImagePngCtxEx() local
718 thisPixel = *pThisRow++; in gdImagePngCtxEx()
719 *pOutputRow++ = gdTrueColorGetRed(thisPixel); in gdImagePngCtxEx()
720 *pOutputRow++ = gdTrueColorGetGreen(thisPixel); in gdImagePngCtxEx()
721 *pOutputRow++ = gdTrueColorGetBlue(thisPixel); in gdImagePngCtxEx()
729 a = gdTrueColorGetAlpha(thisPixel); in gdImagePngCtxEx()

Completed in 7 milliseconds