Searched refs:dst_offset_h (Results 1 – 1 of 1) sorted by relevance
1143 int dst_offset_h; in gdImageScaleBilinearPalette() local1171 dst_offset_h = 0; in gdImageScaleBilinearPalette()1224 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearPalette()1227 dst_offset_h++; in gdImageScaleBilinearPalette()1245 int dst_offset_h; in gdImageScaleBilinearTC() local1261 dst_offset_h = 0; in gdImageScaleBilinearTC()1313 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearTC()1316 dst_offset_h++; in gdImageScaleBilinearTC()
Completed in 13 milliseconds