Searched defs:dest_x (Results 26 - 29 of 29) sorted by path

12

/external/pixman/test/
H A Dglyph-test.c271 int dest_x = prng_rand_n (64) - 32; local
283 dest_x, dest_y,
292 int dest_x = prng_rand_n (64) - 32; local
298 dest_x, dest_y,
H A Dlowlevel-blt-bench.c117 info->dest_x, info->dest_y,
145 int32_t dest_x,
160 info.dest_x = dest_x;
136 call_func(pixman_composite_func_t func, pixman_op_t op, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
H A Doob-test.c23 int dest_x; member in struct:__anon28869
86 info->dest_x, info->dest_y,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c1011 int dest_x,
1036 req->drw_x = dest_x;
1068 int dest_x,
1095 req->drw_x = dest_x;
1001 XvPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h ) argument
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument

Completed in 324 milliseconds

12