Home
last modified time | relevance | path

Searched defs:dst_x (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc978 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/
Dbase_tab.cc86 int dst_x = bounds.x() - (icon_width - bounds.width()) / 2; in DrawIconCenter() local
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
Dbilin_scaler.c1329 unsigned int dst_x; in bilinear_scale_line_w8() local
1612 unsigned int dst_x; in bilinear_scale_line_w16() local
/external/qemu/
Dvnc.c655 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()
Dvnc-android.c661 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()
Dconsole.h342 int dst_x, int dst_y, int w, int h) { in dpy_copy()
Dconsole.c1656 int dst_x, int dst_y, int w, int h) in qemu_console_copy()