Searched defs:bound_x (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/PhotoEditor/jni/
H A Dredeye.cpp77 uint32_t bound_x = x + radius; local
78 if (bound_x > dst_info.width) {
79 bound_x = dst_info.width;
87 for (uint32_t dst_x = start_x; dst_x < bound_x; dst_x++) {

Completed in 2 milliseconds