Searched refs:source_height (Results 1 – 1 of 1) sorted by relevance
241 unsigned int source_height, in Scale2D() argument281 offset = (source_height - 1); in Scale2D()346 if (source_height == dest_height) { in Scale2D()402 if (source_height == dest_height) { in Scale2D()413 if (dest_height > source_height) { in Scale2D()415 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()430 if (k * source_band_height + i < (int) source_height) { in Scale2D()