Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 3 of 3) sorted by relevance

/gdk/samples/PhotoEditor/jni/
Dvignetting.cpp70 for (uint32_t dst_x = 0; dst_x < dst_info.width; dst_x++) { in Vignetting() local
71 int dx = dst_x - center_x; in Vignetting()
Dredeye.cpp87 for (uint32_t dst_x = start_x; dst_x < bound_x; dst_x++) { in RedEye() local
88 if (hypotf(dst_x - x, dst_y - y) <= radius) { in RedEye()
Dfisheye.cpp132 for (uint32_t dst_x = 0; dst_x <= center_x; dst_x++) { in Fisheye() local
133 int x = dst_x - center_x; in Fisheye()
146 FisheyeMapPixels(fpx, fpy, dst_x, scan_line, &src_info, &dst_info, src_pixels, dst_pixels); in Fisheye()
147 FisheyeMapPixels(fpx, fny, dst_x, ny, &src_info, &dst_info, src_pixels, dst_pixels); in Fisheye()