Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c113 register int *tpix = image->tpixels[y]; in gdImageCreateFromTgaCtx() local
114 for ( x = 0; x < tga->width; x++, tpix++) { in gdImageCreateFromTgaCtx()
116 …*tpix = gdTrueColor(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitm… in gdImageCreateFromTgaCtx()
121 …*tpix = gdTrueColorAlpha(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap… in gdImageCreateFromTgaCtx()
H A Dgd_jpeg.c477 register int *tpix = im->tpixels[i]; in gdImageCreateFromJpegCtxEx() local
483 for (j = 0; j < cinfo.output_width; j++, currow += 4, tpix++) { in gdImageCreateFromJpegCtxEx()
484 *tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted); in gdImageCreateFromJpegCtxEx()
490 register int *tpix = im->tpixels[i]; in gdImageCreateFromJpegCtxEx() local
496 for (j = 0; j < cinfo.output_width; j++, currow += 3, tpix++) { in gdImageCreateFromJpegCtxEx()
497 *tpix = gdTrueColor (currow[0], currow[1], currow[2]); in gdImageCreateFromJpegCtxEx()

Completed in 9 milliseconds