Searched refs:dst_w (Results 1 – 1 of 1) sorted by relevance
1237 long dst_w = MAX(1, new_width); in gdImageScaleBilinearTC() local1239 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()1262 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
Completed in 11 milliseconds