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