Searched defs:dst_x (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 978 int dst_x, int dst_y, in ARGBRect() 1119 int dst_x, int dst_y, in ARGBGray() 1143 int dst_x, int dst_y, int width, int height) { in ARGBSepia() 1166 int dst_x, int dst_y, int width, int height) { in ARGBColorMatrix() 1192 int dst_x, int dst_y, int width, int height) { in ARGBColorTable() 1222 int dst_x, int dst_y, int width, int height) { in ARGBQuantize()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab.cc | 86 int dst_x = bounds.x() - (icon_width - bounds.width()) / 2; in DrawIconCenter() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
D | bilin_scaler.c | 1329 unsigned int dst_x; in bilinear_scale_line_w8() local 1612 unsigned int dst_x; in bilinear_scale_line_w16() local
|
/external/qemu/ |
D | 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) in vnc_copy() 666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy()
|
D | 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) in vnc_copy() 672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy()
|
D | console.h | 342 int dst_x, int dst_y, int w, int h) { in dpy_copy()
|
D | console.c | 1656 int dst_x, int dst_y, int w, int h) in qemu_console_copy()
|