Searched refs:dst_offset_h (Results 1 – 1 of 1) sorted by relevance
1142 int dst_offset_h; in gdImageScaleBilinearPalette() local1170 dst_offset_h = 0; in gdImageScaleBilinearPalette()1223 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearPalette()1226 dst_offset_h++; in gdImageScaleBilinearPalette()1244 int dst_offset_h; in gdImageScaleBilinearTC() local1260 dst_offset_h = 0; in gdImageScaleBilinearTC()1312 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearTC()1315 dst_offset_h++; in gdImageScaleBilinearTC()
Completed in 17 milliseconds