Searched defs:dst_y (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_crop.c | 70 unsigned int dst_y = 0; local 73 memcpy(dst->tpixels[dst_y++], src->tpixels[y++] + crop->x, crop->width * 4);
|
| H A D | gd_interpolation.c | 2331 int dst_x, int dst_y, 2398 gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_offset_y + src_pt.y, 0)); 2404 if ((dst_y + y) < 0 || ((dst_y + y) > gdImageSY(dst) -1)) { 2407 dst_p = dst->tpixels[dst_y + y] + dst_x; 2330 gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src_region, const double affine[6]) argument
|
Completed in 8 milliseconds