Searched defs:dst_w (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ | ||
| H A D | gd_interpolation.c | 1294 long dst_w = MAX(1, new_width); local 1296 float dx = (float)gdImageSX(im) / (float)dst_w; 1316 for (j=0; j < dst_w; j++) { |
Completed in 10 milliseconds