Replace the function, fprintf -> debug_ch macro(ERR).
Remove unused code.
Change-Id: Icdbb6e75dece2517210604fd83839e84ca955324
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
0.0, (double)rz_dst->w);
break;
default:
- fprintf(stdout, "not supported angle factor (angle=%d)\n", angle);
+ ERR("Not supported angle factor (angle=%d)\n", angle);
break;
}
pixman_transform_from_pixman_f_transform(&matrix, &matrix_f);
pixman_image_set_transform(src, &matrix);
- //pixman_image_set_filter(src, PIXMAN_FILTER_BILINEAR, NULL, 0);
pixman_image_composite(PIXMAN_OP_SRC, src, NULL, dst,
0, 0, 0, 0, 0, 0,
rz_dst->w, rz_dst->h);