Searched refs:stretch_pitch (Results 1 – 1 of 1) sorted by relevance
446 int stretch_pitch = m_Storer.GetBitmap()->GetPitch(); in Continue() local575 int row_offset_l = src_row_l * stretch_pitch; in Continue()576 int row_offset_r = src_row_r * stretch_pitch; in Continue()604 *dest_scan = bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue()626 stretch_buf + stretch_pitch * src_row + src_col; in Continue()679 int row_offset_l = src_row_l * stretch_pitch; in Continue()680 int row_offset_r = src_row_r * stretch_pitch; in Continue()717 argb[bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue()746 argb[stretch_buf[src_row * stretch_pitch + src_col]]; in Continue()787 int row_offset_l = src_row_l * stretch_pitch; in Continue()[all …]