Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c1244 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local
1246 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1269 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()

Completed in 12 milliseconds