Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 25 of 32) sorted by relevance

12

/third_party/weston/libweston/
Dvertex-clipping.c197 float *dst_x, float *dst_y) in clip_context_prepare() argument
201 ctx->vertices.x = dst_x; in clip_context_prepare()
207 float *dst_x, float *dst_y) in clip_polygon_left() argument
215 clip_context_prepare(ctx, src, dst_x, dst_y); in clip_polygon_left()
221 return ctx->vertices.x - dst_x; in clip_polygon_left()
226 float *dst_x, float *dst_y) in clip_polygon_right() argument
234 clip_context_prepare(ctx, src, dst_x, dst_y); in clip_polygon_right()
240 return ctx->vertices.x - dst_x; in clip_polygon_right()
245 float *dst_x, float *dst_y) in clip_polygon_top() argument
253 clip_context_prepare(ctx, src, dst_x, dst_y); in clip_polygon_top()
[all …]
/third_party/libdrm/exynos/
Dexynos_fimg2d.c501 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy() argument
517 if (dst_x + dst->width > w) in g2d_copy()
518 dst_w = dst->width - dst_x; in g2d_copy()
550 pt.data.x = dst_x; in g2d_copy()
553 pt.data.x = dst_x + w; in g2d_copy()
584 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move() argument
601 if (dst_x + img->width > w) in g2d_move()
602 dst_w = img->width - dst_x; in g2d_move()
631 if (dst_x >= src_x) in g2d_move()
645 pt.data.x = dst_x; in g2d_move()
[all …]
Dexynos_fimg2d.h313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
316 unsigned int src_x, unsigned int src_y, unsigned int dst_x,
321 unsigned int src_h, unsigned int dst_x,
326 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
330 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
/third_party/uboot/u-boot-2020.01/drivers/video/
Dmb862xx.c447 void video_hw_rectfill (unsigned int bpp, unsigned int dst_x, in video_hw_rectfill() argument
456 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_rectfill()
462 unsigned int src_y, unsigned int dst_x, in video_hw_bitblt() argument
469 if (src_x >= dst_x && src_y >= dst_y) in video_hw_bitblt()
471 else if (src_x >= dst_x && src_y <= dst_y) in video_hw_bitblt()
473 else if (src_x <= dst_x && src_y >= dst_y) in video_hw_bitblt()
481 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_bitblt()
/third_party/wayland-ivi-extension/screen-info/module/
Dscreen-info.h3 int dst_x; member
18 int dst_x; member
Dscreen-info.c69 ilayer->dst_x = p->dest_x; in get_screens_info()
94 isurface->dst_x = p->dest_x; in get_screens_info()
/third_party/uboot/u-boot-2020.01/include/
Dvideo_fb.h66 unsigned int dst_x, /* dest pos x */
76 unsigned int dst_x, /* dest pos x */
/third_party/ffmpeg/libavcodec/
Dcdtoons.c60 int dst_x, int dst_y, int width, int height) in cdtoons_render_sprite() argument
69 if (dst_x + width > avctx->width) in cdtoons_render_sprite()
70 width = avctx->width - dst_x; in cdtoons_render_sprite()
74 if (dst_x < 0) { in cdtoons_render_sprite()
76 skip = -dst_x; in cdtoons_render_sprite()
79 dst_x = 0; in cdtoons_render_sprite()
94 dest = c->frame->data[0] + (dst_y + y) * c->frame->linesize[0] + dst_x; in cdtoons_render_sprite()
Dmpegutils.c33 int dst_x, int dst_y, in add_mb() argument
42 mb->dst_x = dst_x; in add_mb()
44 mb->src_x = dst_x + motion_x / motion_scale; in add_mb()
Dpngenc.c86 int x, mask, dst_x, j, b, bpp; in png_get_interlaced_row() local
95 dst_x = 0; in png_get_interlaced_row()
100 dst[dst_x >> 3] |= b << (7 - (dst_x & 7)); in png_get_interlaced_row()
101 dst_x++; in png_get_interlaced_row()
/third_party/pixman/test/
Daffine-test.c37 int dst_x, dst_y; in test_composite() local
72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); in test_composite()
74 w = prng_rand_n (dst_width * 3 / 2 - dst_x); in test_composite()
228 src_x, src_y, dst_x, dst_y); in test_composite()
286 src_x, src_y, 0, 0, dst_x, dst_y, w, h); in test_composite()
Dblitters-test.c242 int dst_x, dst_y; in test_composite() local
298 dst_x = prng_rand_n (dst_width); in test_composite()
344 w = prng_rand_n (dst_width - dst_x + 1); in test_composite()
356 src_x, src_y, dst_x, dst_y); in test_composite()
363 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h); in test_composite()
Dscaling-test.c64 int dst_x, dst_y; in test_composite() local
134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); in test_composite()
136 w = prng_rand_n (dst_width * 3 / 2 - dst_x); in test_composite()
375 dst_width, dst_height, dst_x, dst_y); in test_composite()
380 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h); in test_composite()
Dcomposite-traps-test.c56 int dst_x, dst_y; in test_composite() local
168 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); in test_composite()
227 src_x, src_y, dst_x, dst_y, n_traps, traps); in test_composite()
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_test.c247 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
259 dst_x = 0; in g2d_copy_test()
306 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
543 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_blend_test() local
555 dst_x = 0; in g2d_blend_test()
609 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test()
644 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_checkerboard_test() local
656 dst_x = 0; in g2d_checkerboard_test()
702 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_checkerboard_test()
/third_party/ffmpeg/libavfilter/
Ddrawutils.h99 int dst_x, int dst_y, int src_x, int src_y,
110 int dst_x, int dst_y, int w, int h);
Dvf_codecview.c266 draw_arrow(frame->data[0], mv->dst_x, mv->dst_y, mv->src_x, mv->src_y, in filter_frame()
273 draw_arrow(frame->data[0], mv->dst_x, mv->dst_y, mv->src_x, mv->src_y, in filter_frame()
Ddrawutils.c299 int dst_x, int dst_y, int src_x, int src_y, in ff_copy_rectangle2() argument
307 q = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_copy_rectangle2()
320 int dst_x, int dst_y, int w, int h) in ff_fill_rectangle() argument
327 p0 = pointer_at(draw, dst, dst_linesize, plane, dst_x, dst_y); in ff_fill_rectangle()
/third_party/wayland-ivi-extension/screen-info/test-module/
Dcall-screen-info.c39 ilayer->dst_x, ilayer->dst_y, ilayer->dst_w, ilayer->dst_h); in screen_info_module_get()
64 isurface->dst_x, isurface->dst_y, in screen_info_module_get()
/third_party/ffmpeg/libavutil/
Dmotion_vector.h42 int16_t dst_x, dst_y; member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.hpp31 …e_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, ui…
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c682 gint dst_x, dst_y; in blit_bgra_premultiplied() local
687 dst_x = ass_image->dst_x + x_off; in blit_bgra_premultiplied()
690 w = MIN (ass_image->w, width - dst_x); in blit_bgra_premultiplied()
704 dst = data + dst_y * stride + dst_x * 4; in blit_bgra_premultiplied()
1080 if (min_x > image->dst_x) in gst_ass_render_composite_overlay()
1081 min_x = image->dst_x; in gst_ass_render_composite_overlay()
1084 if (max_x < image->dst_x + image->w) in gst_ass_render_composite_overlay()
1085 max_x = image->dst_x + image->w; in gst_ass_render_composite_overlay()
/third_party/ffmpeg/doc/examples/
Dextract_mvs.c66 mv->dst_x, mv->dst_y, mv->flags); in decode_packet()
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
Ddecode_gif.wuffs212 dst_x base.u32,
866 this.dst_x = this.frame_rect_x0
1125 i = (this.dst_x as base.u64) * (bytes_per_pixel as base.u64)
1137 this.dst_x ~sat+= (n & 0xFFFFFFFF) as base.u32
1144 if this.frame_rect_x1 <= this.dst_x {
1145 this.dst_x = this.frame_rect_x0
1164 n = (this.frame_rect_x1 - this.dst_x) as base.u64
1168 this.dst_x ~sat+= (n & 0xFFFFFFFF) as base.u32
1170 if this.frame_rect_x1 <= this.dst_x {
1171 this.dst_x = this.frame_rect_x0
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc272 return gfx::Rect(gfx::Point(coords->dst_x, coords->dst_y), bounds_.size()); in GetBoundsInScreen()

12