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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 38 unsigned int dst_x; member in struct:msm_rotator_img_info
  /external/libyuv/files/source/
planar_functions.cc 978 int dst_x, int dst_y,
983 dst_x < 0 || dst_y < 0) {
986 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4;
    [all...]
  /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/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 1329 unsigned int dst_x; local
1612 unsigned int dst_x; local
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 403 float dst_x = frame.left; local
406 TP.set(dst_x, dst_y);
  /hardware/qcom/display/liboverlay/
mdpWrapper.h 247 s, rot.session_id, rot.dst_x, rot.dst_y,
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 330 uint32_t dst_x; member in struct:msm_pp_crop
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 254 uint32_t dst_x; member in struct:msm_pp_crop
    [all...]
  /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 984 milliseconds