Home
last modified time | relevance | path

Searched refs:src_off_y (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c245 int src_off_x, src_off_y, dst_off_x, dst_off_y; in exaCopyNtoNTwoDir() local
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y); in exaCopyNtoNTwoDir()
260 if (dx >= 0 && (src_off_y + pbox->y1 + dy) != pbox->y1) { in exaCopyNtoNTwoDir()
276 src_off_y + pbox->y1 + dy, in exaCopyNtoNTwoDir()
281 else if (dx < 0 && (src_off_y + pbox->y1 + dy) != pbox->y1) { in exaCopyNtoNTwoDir()
297 src_off_y + pbox->y1 + dy, in exaCopyNtoNTwoDir()
324 src_off_y + pbox->y1 + dy + i, in exaCopyNtoNTwoDir()
351 src_off_y + pbox->y1 + dy + i, in exaCopyNtoNTwoDir()
373 int src_off_x, src_off_y; in exaHWCopyNtoN() local
386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y); in exaHWCopyNtoN()
[all …]
H A Dexa_render.c350 int src_off_x = 0, src_off_y = 0, mask_off_x = 0, mask_off_y = 0; in exaTryDriverCompositeRects() local
421 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y); in exaTryDriverCompositeRects()
471 ySrc = ySrc + src_off_y - yDst - dst_off_y; in exaTryDriverCompositeRects()
642 int src_off_x, src_off_y, mask_off_x = 0, mask_off_y = 0, dst_off_x, dst_off_y; in exaTryDriverComposite() local
727 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y); in exaTryDriverComposite()
761 ySrc = ySrc + src_off_y - yDst - dst_off_y; in exaTryDriverComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c366 int src_off_x, src_off_y; in glamor_copy_fbo_fbo_draw() local
445 glamor_get_drawable_deltas(src, src_pixmap, &src_off_x, &src_off_y); in glamor_copy_fbo_fbo_draw()
453 args.dy = dy + src_off_y - src_box->y1; in glamor_copy_fbo_fbo_draw()
639 int src_off_x, src_off_y; in glamor_copy_needs_temp() local
652 glamor_get_drawable_deltas(src, src_pixmap, &src_off_x, &src_off_y); in glamor_copy_needs_temp()
677 bounds.y1 + dst_off_y < bounds.y2 + dy + src_off_y && in glamor_copy_needs_temp()
678 bounds.y1 + dy + src_off_y < bounds.y2 + dst_off_y) { in glamor_copy_needs_temp()