Searched refs:dst_h (Results 1 – 1 of 1) sorted by relevance
1237 long dst_h = MAX(1, new_height); in gdImageScaleBilinearTC() local1239 float dy = (float)gdImageSY(im) / (float)dst_h; in gdImageScaleBilinearTC()1258 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
Completed in 11 milliseconds