Searched defs:dst_h (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/gd/libgd/
H A Dgd_interpolation.c1295 long dst_h = MAX(1, new_height); local
1297 float dy = (float)gdImageSY(im) / (float)dst_h;
1313 for (i=0; i < dst_h; i++) {

Completed in 10 milliseconds