Searched refs:from_x (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | c93.c | 77 int from_x = offset % WIDTH; in copy_block() local 79 int overflow = from_x + width - WIDTH; in copy_block() 100 memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width); in copy_block() 179 int from_x = offset % WIDTH; in decode_frame() local 182 (FFABS(from_x - x-i) < 4 || FFABS(from_x - x-i) > WIDTH-4)) { in decode_frame() 183 … avpriv_request_sample(avctx, "block overlap %d %d %d %d", from_x, x+i, from_y, y+j); in decode_frame()
|
/third_party/weston/kiosk-shell/ |
D | kiosk-shell.c | 671 float from_x, from_y; in desktop_surface_committed() local 675 weston_view_to_global_float(shsurf->view, 0, 0, &from_x, &from_y); in desktop_surface_committed() 677 x = shsurf->view->geometry.x + to_x - from_x; in desktop_surface_committed()
|
/third_party/weston/desktop-shell/ |
D | shell.c | 1611 wl_fixed_t from_x, from_y; in resize_grab_motion() local 1621 &from_x, &from_y); in resize_grab_motion() 1627 width += wl_fixed_to_int(from_x - to_x); in resize_grab_motion() 1629 width += wl_fixed_to_int(to_x - from_x); in resize_grab_motion() 2636 float from_x, from_y; in desktop_surface_committed() local 2650 weston_view_to_global_float(shsurf->view, 0, 0, &from_x, &from_y); in desktop_surface_committed() 2652 x = shsurf->view->geometry.x + to_x - from_x; in desktop_surface_committed()
|
/third_party/weston/libweston/ |
D | compositor.c | 1364 int from_x, int from_y, int *to_x, int *to_y) in weston_view_to_view_map() argument 1368 weston_view_to_global_float(from, from_x, from_y, &x, &y); in weston_view_to_view_map()
|