Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dxv.c50 int dest_x, dest_y; /**< display area position */ member
242 xv->dest_x = 0; in compute_display_area()
248 xv->dest_x = xv->dest_w; in compute_display_area()
251 xv->dest_x -= xv->dest_w; in compute_display_area()
252 xv->dest_x /= 2; in compute_display_area()
267 if (xv->dest_x) { in xv_repaint()
268 rect[0].width = rect[1].width = xv->dest_x; in xv_repaint()
272 rect[1].x = xv->dest_w + xv->dest_x; in xv_repaint()
287 xv->dest_x, xv->dest_y, xv->dest_w, xv->dest_h, True) != Success) { in xv_repaint()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c50 int dest_x, dest_y; member
167 if (s->pos_x == s->dest_x && s->pos_y == s->dest_y) { in draw_sierpinski()
171 s->dest_x += (int)((rnd & 0xffff) % mod) - s->jump; in draw_sierpinski()
174 if (s->pos_x < s->dest_x) in draw_sierpinski()
176 else if (s->pos_x > s->dest_x) in draw_sierpinski()
H A Dvsrc_gradients.c204 float dest_x, float dest_y, in project()
209 float od_x = dest_x - origin_x; in project()
238 op_x_od = fmodf(atan2f(op_x, op_y) + M_PI + point_x / fmaxf(origin_x, dest_x), 2.f * M_PI); in project()
203 project(float origin_x, float origin_y, float dest_x, float dest_y, float point_x, float point_y, int type) project() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DlibX11.hpp41 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height);
48 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibX11.hpp43 int (*XPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height) = nullptr;
50 int (*XShmPutImage)(Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height, bool send_event) = nullptr;
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c173 unsigned short src_height, short dest_x, short dest_y, in vlVaAssociateSubpicture()
184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture()
170 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) vlVaAssociateSubpicture() argument
H A Dva_private.h393 unsigned int src_width, unsigned int src_height, int dest_x, int dest_y,
407 short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
H A Dimage.c612 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage()
610 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) vlVaPutImage() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h76 uint16_t dest_x; member
H A Detnaviv_blt.c180 etna_set_state(stream, VIVS_BLT_DEST_POS, VIVS_BLT_DEST_POS_X(op->dest_x) | VIVS_BLT_DEST_POS_Y(op->dest_y)); in emit_blt_copyimage()
490 op.dest_x = blit_info->dst.box.x; in etna_try_blt_blit()
506 assert(op.dest_x < dst_lev->padded_width); in etna_try_blt_blit()
508 assert((op.dest_x + op.rect_w) <= dst_lev->padded_width); in etna_try_blt_blit()
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h756 * @dest_x: X placement coordinate for surface.
769 __s32 dest_x; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h763 * @dest_x: X placement coordinate for surface.
776 __s32 dest_x; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 33 milliseconds