Home
last modified time | relevance | path

Searched refs:dst_off_y (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c259 int dst_off_x, dst_off_y; in exaTryDriverSolidFill() local
285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); in exaTryDriverSolidFill()
287 RegionTranslate(&region, dst_off_x, dst_off_y); in exaTryDriverSolidFill()
351 int dst_off_x, dst_off_y; in exaTryDriverCompositeRects() local
415 pDstPix = exaGetOffscreenPixmap(pDst->pDrawable, &dst_off_x, &dst_off_y); in exaTryDriverCompositeRects()
463 RegionTranslate(&region, dst_off_x, dst_off_y); in exaTryDriverCompositeRects()
469 yMask = yMask + mask_off_y - yDst - dst_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
692 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); in exaTryDriverComposite()
[all …]
H A Dexa_accel.c245 int src_off_x, src_off_y, dst_off_x, dst_off_y; in exaCopyNtoNTwoDir() local
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir()
278 dst_off_y + pbox->y1, in exaCopyNtoNTwoDir()
299 dst_off_y + pbox->y1, in exaCopyNtoNTwoDir()
326 dst_off_y + pbox->y1 + i, in exaCopyNtoNTwoDir()
353 dst_off_y + pbox->y1 + i, in exaCopyNtoNTwoDir()
374 int dst_off_x, dst_off_y; in exaHWCopyNtoN() local
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); in exaHWCopyNtoN()
420 dst_off_y - dy - src_off_y); in exaHWCopyNtoN()
451 (pbox[i].y2 + dst_off_y) >= pExaScr->info->maxY) in exaHWCopyNtoN()
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c365 int dst_off_x, dst_off_y; in glamor_copy_fbo_fbo_draw() local
471 &dst_off_x, &dst_off_y)) in glamor_copy_fbo_fbo_draw()
475 scissor.y1 + dst_off_y, in glamor_copy_fbo_fbo_draw()
638 int dst_off_x, dst_off_y; in glamor_copy_needs_temp() local
653 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_off_x, &dst_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()
H A Dglamor_xv.c609 int dst_off_x, dst_off_y; in glamor_xv_render() local
615 &dst_off_x, &dst_off_y); in glamor_xv_render()
621 dsty = box[i].y1 + dst_off_y; in glamor_xv_render()
823 int dst_off_x, dst_off_y; in glamor_xv_render_dma() local
829 &dst_off_x, &dst_off_y); in glamor_xv_render_dma()
835 dsty = box[i].y1 + dst_off_y; in glamor_xv_render_dma()