Searched defs:dst_x (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| 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)); 2407 dst_p = dst->tpixels[dst_y + y] + dst_x; 2413 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { 2330 gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src_region, const double affine[6]) argument
|
Completed in 10 milliseconds