Change-Id: I2b4163725f5a1c9817018f2295726d09d880a3d5
tw = ((transform % 2) ? height : width) / scale;
th = ((transform % 2) ? width : height) / scale;
}
+ else
+ {
+ tw = width;
+ th = height;
+ }
m = _e_comp_wl_buffer_coord_get(tw, th, transform, scale);
m = e_util_transform_matrix_inverse_get(&m);
tw = ((transform % 2) ? height : width) / scale;
th = ((transform % 2) ? width : height) / scale;
}
+ else
+ {
+ tw = width;
+ th = height;
+ }
m = _e_comp_wl_buffer_coord_get(tw, th, transform, scale);
m = e_util_transform_matrix_inverse_get(&m);