Home | History | Annotate | Download | only in generic

Lines Matching refs:source_height

311  *                  unsigned int source_height    : Height of input image.
341 unsigned int source_height,
373 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
383 offset = (source_height - 1);
454 if (source_height == dest_height)
516 if (source_height == dest_height)
529 if (dest_height > source_height)
532 source_band_height = dest_band_height * source_height / dest_height;
551 if (k * source_band_height + i < (int) source_height)
665 * unsigned int source_height : Height of source image (NOT USED).
688 unsigned int source_height,
708 const unsigned char *source_base = ((source_pitch >= 0) ? source : (source + ((source_height - 1) * source_pitch)));