Home | History | Annotate | Download | only in win32

Lines Matching refs:dest_y

165         for (int dest_y = 0; dest_y < result_height; dest_y ++) {

166 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch;
169 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
180 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
181 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch;
184 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);