Searched refs:dst_offset_h (Results 1 – 1 of 1) sorted by relevance
1268 int dst_offset_h; in gdImageScaleBilinearPalette() local1296 dst_offset_h = 0; in gdImageScaleBilinearPalette()1349 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearPalette()1352 dst_offset_h++; in gdImageScaleBilinearPalette()1370 int dst_offset_h; in gdImageScaleBilinearTC() local1387 dst_offset_h = 0; in gdImageScaleBilinearTC()1440 new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); in gdImageScaleBilinearTC()1443 dst_offset_h++; in gdImageScaleBilinearTC()
Completed in 10 milliseconds