Searched refs:dst_offset_h (Results 1 – 1 of 1) sorted by relevance
1162 int dst_offset_h; in gdImageScaleBilinearPalette() local1190 dst_offset_h = 0; in gdImageScaleBilinearPalette()1243 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearPalette()1246 dst_offset_h++; in gdImageScaleBilinearPalette()1264 int dst_offset_h; in gdImageScaleBilinearTC() local1280 dst_offset_h = 0; in gdImageScaleBilinearTC()1332 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearTC()1335 dst_offset_h++; in gdImageScaleBilinearTC()
Completed in 21 milliseconds