Home
last modified time | relevance | path

Searched refs:dst_w (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1226 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local
1228 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1251 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()

Completed in 12 milliseconds