Searched refs:src_col (Results 1 – 1 of 1) sorted by relevance
440 int src_col, src_row; in Continue() local441 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue()442 … if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) { in Continue()443 if (src_col == stretch_width) { in Continue()444 src_col --; in Continue()449 *dest_pos_mask = stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue()513 int src_col, src_row; in Continue() local514 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue()515 … if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) { in Continue()516 if (src_col == stretch_width) { in Continue()[all …]