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

  /gdk/samples/PhotoEditor/jni/
vignetting.cpp 70 for (uint32_t dst_x = 0; dst_x < dst_info.width; dst_x++) {
71 int dx = dst_x - center_x;
82 } // dst_x
redeye.cpp 87 for (uint32_t dst_x = start_x; dst_x < bound_x; dst_x++) {
88 if (hypotf(dst_x - x, dst_y - y) <= radius) {
102 } // dst_x
fisheye.cpp 132 for (uint32_t dst_x = 0; dst_x <= center_x; dst_x++) {
133 int x = dst_x - center_x;
146 FisheyeMapPixels(fpx, fpy, dst_x, scan_line, &src_info, &dst_info, src_pixels, dst_pixels);
147 FisheyeMapPixels(fpx, fny, dst_x, ny, &src_info, &dst_info, src_pixels, dst_pixels);
152 // Deal with the condition when x = 0 and y = 0 (dst_x = center_x and
  /external/qemu/
console.h 177 int dst_x, int dst_y, int w, int h);
342 int dst_x, int dst_y, int w, int h) {
346 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h);
348 dcl->dpy_update(s, dst_x, dst_y, w, h);
453 int dst_x, int dst_y, int w, int h);
vnc-android.c 661 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT);
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
688 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
690 vnc_update(vs, dst_x, dst_y, w, h);
    [all...]
vnc.c 655 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
660 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT);
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
682 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
684 vnc_update(vs, dst_x, dst_y, w, h);
    [all...]
console.c     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 86 int dst_x = bounds.x() - (icon_width - bounds.width()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 219 milliseconds