Lines Matching refs:dst_offset_x

1088 	unsigned long  dst_offset_x;  in gdImageScaleNearestNeighbour()  local
1104 dst_offset_x = 0; in gdImageScaleNearestNeighbour()
1114 dst_img->tpixels[dst_offset_y][dst_offset_x++] = im->tpixels[m][n]; in gdImageScaleNearestNeighbour()
1125 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()
1348 unsigned int dst_offset_x; in gdImageScaleBicubicFixed() local
1372 dst_offset_x = 0; in gdImageScaleBicubicFixed()
1549 *(dst_row + dst_offset_x) = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBicubicFixed()
1551 dst_offset_x++; in gdImageScaleBicubicFixed()
1623 unsigned int dst_offset_x; in gdImageRotateNearestNeighbour() local
1645 dst_offset_x = 0; in gdImageRotateNearestNeighbour()
1656 dst->tpixels[dst_offset_y][dst_offset_x++] = src->tpixels[m][n]; in gdImageRotateNearestNeighbour()
1660 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateNearestNeighbour()
1680 unsigned int dst_offset_x; in gdImageRotateGeneric() local
1710 dst_offset_x = 0; in gdImageRotateGeneric()
1720 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateGeneric()
1725 dst->tpixels[dst_offset_y][dst_offset_x++] = _color_blend(bgColor, c); in gdImageRotateGeneric()
1727 dst->tpixels[dst_offset_y][dst_offset_x++] = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric()
1748 unsigned int dst_offset_x; in gdImageRotateBilinear() local
1767 dst_offset_x = 0; in gdImageRotateBilinear()
1838 dst->tpixels[dst_offset_y][dst_offset_x++] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageRotateBilinear()
1842 dst->tpixels[dst_offset_y][dst_offset_x++] = bgColor; in gdImageRotateBilinear()
1867 unsigned int dst_offset_x; in gdImageRotateBicubicFixed() local
1885 dst_offset_x = 0; in gdImageRotateBicubicFixed()
2104 dst->tpixels[dst_offset_y][dst_offset_x] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageRotateBicubicFixed()
2106 dst->tpixels[dst_offset_y][dst_offset_x] = bgColor; in gdImageRotateBicubicFixed()
2108 dst_offset_x++; in gdImageRotateBicubicFixed()