Searched refs:dest_band_height (Results 1 – 1 of 1) sorted by relevance
257 int dest_band_height; in Scale2D() local313 dest_band_height = 4; in Scale2D()319 dest_band_height = 3; in Scale2D()336 dest_band_height = 1; in Scale2D()364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) { in Scale2D()386 dest += (unsigned long) dest_band_height * dest_pitch; in Scale2D()414 dest_band_height = temp_area_height - 1; in Scale2D()415 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()418 dest_band_height = source_band_height * vratio / vscale; in Scale2D()425 bands = (dest_height + dest_band_height - 1) / dest_band_height; in Scale2D()[all …]