HomeSort by relevance Sort by last modified time
    Searched refs:center_y (Results 1 - 3 of 3) sorted by null

  /gdk/samples/PhotoEditor/jni/
vignetting.cpp 61 const uint32_t center_y = src_info.height / 2; local
62 const uint32_t hypot = sqrt(center_x * center_x + center_y * center_y) / slope;
69 int dy = dst_y - center_y;
fisheye.cpp 122 const uint32_t center_y = round(src_info.height * focus_y); local
127 for (uint32_t scan_line = 0; scan_line <= center_y; scan_line++) {
129 int y = scan_line - center_y;
140 int ny = center_y - y;
143 float fpy = center_y + scaled_y;
144 float fny = center_y - scaled_y;
153 // scan_line = center_y.
154 uint32_t *dst = (uint32_t*)((char*)dst_pixels + dst_info.stride * center_y) + center_x;
155 *dst = *((uint32_t*)((char*)src_pixels + src_info.stride * center_y) + center_x);
  /external/qemu/android/skin/
argb.h 359 int center_y = ((sy1 >> 16) + 1) < ((sy2-1) >> 16); local
394 if (center_y) {

Completed in 300 milliseconds