HomeSort by relevance Sort by last modified time
    Searched full:bound_y (Results 1 - 1 of 1) sorted by null

  /gdk/samples/PhotoEditor/jni/
redeye.cpp 72 uint32_t bound_y = y + radius; local
73 if (bound_y > dst_info.height) {
74 bound_y = dst_info.height;
82 for (; dst_y < bound_y; dst_y++) {

Completed in 4196 milliseconds