Lines Matching refs:dst_offset_x

1165 	unsigned long  dst_offset_x;  in gdImageScaleNearestNeighbour()  local
1181 dst_offset_x = 0; in gdImageScaleNearestNeighbour()
1191 dst_img->tpixels[dst_offset_y][dst_offset_x++] = im->tpixels[m][n]; in gdImageScaleNearestNeighbour()
1202 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()
1475 unsigned int dst_offset_x; in gdImageScaleBicubicFixed() local
1499 dst_offset_x = 0; in gdImageScaleBicubicFixed()
1676 *(dst_row + dst_offset_x) = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBicubicFixed()
1678 dst_offset_x++; in gdImageScaleBicubicFixed()
1750 unsigned int dst_offset_x; in gdImageRotateNearestNeighbour() local
1772 dst_offset_x = 0; in gdImageRotateNearestNeighbour()
1783 dst->tpixels[dst_offset_y][dst_offset_x++] = src->tpixels[m][n]; in gdImageRotateNearestNeighbour()
1787 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateNearestNeighbour()
1808 unsigned int dst_offset_x; in gdImageRotateGeneric() local
1838 dst_offset_x = 0; in gdImageRotateGeneric()
1848 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateGeneric()
1854 dst->tpixels[dst_offset_y][dst_offset_x++] = _color_blend(bgColor, c); in gdImageRotateGeneric()
1856 dst->tpixels[dst_offset_y][dst_offset_x++] = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric()
1877 unsigned int dst_offset_x; in gdImageRotateBilinear() local
1896 dst_offset_x = 0; in gdImageRotateBilinear()
1967 dst->tpixels[dst_offset_y][dst_offset_x++] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageRotateBilinear()
1971 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateBilinear()
1996 unsigned int dst_offset_x; in gdImageRotateBicubicFixed() local
2014 dst_offset_x = 0; in gdImageRotateBicubicFixed()
2233 dst->tpixels[dst_offset_y][dst_offset_x] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageRotateBicubicFixed()
2235 dst->tpixels[dst_offset_y][dst_offset_x] = bgColor; in gdImageRotateBicubicFixed()
2237 dst_offset_x++; in gdImageRotateBicubicFixed()