Searched refs:dst_y (Results 1 - 2 of 2) sorted by relevance

/gdk/samples/PhotoEditor/jni/
H A Dvignetting.cpp64 for (uint32_t dst_y = 0; dst_y < dst_info.height; dst_y++) {
66 reinterpret_cast<char*>(dst_pixels) + dst_info.stride * dst_y);
68 reinterpret_cast<char*>(src_pixels) + src_info.stride * dst_y);
69 int dy = dst_y - center_y;
83 } // dst_y
H A Dredeye.cpp81 uint32_t dst_y = (y > radius) ? y - radius : 0; local
82 for (; dst_y < bound_y; dst_y++) {
84 reinterpret_cast<char*>(dst_pixels) + dst_info.stride * dst_y) + start_x;
86 reinterpret_cast<char*>(src_pixels) + src_info.stride * dst_y) + start_x;
88 if (hypotf(dst_x - x, dst_y - y) <= radius) {
103 } // dst_y

Completed in 50 milliseconds