Searched refs:source_height (Results 1 – 3 of 3) sorted by relevance
341 unsigned int source_height, in Scale2D() argument383 offset = (source_height - 1); in Scale2D()454 if (source_height == dest_height) in Scale2D()516 if (source_height == dest_height) in Scale2D()529 if (dest_height > source_height) in Scale2D()532 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()551 if (k * source_band_height + i < (int) source_height) in Scale2D()688 unsigned int source_height, in any_ratio_2d_scale() argument708 …const unsigned char *source_base = ((source_pitch >= 0) ? source : (source + ((source_height - 1) … in any_ratio_2d_scale()
390 float source_height = static_cast<float>(height);391 DCHECK(source_width && source_height);394 float ratio_height = thumbnail_height / source_height;398 thumbnail_height = source_height * ratio_width;
88 FT_Int source_height ) in blit_sbit() argument121 for ( height = source_height; height > 0; height-- ) in blit_sbit()