Searched refs:dst_off_x (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_render.c | 259 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(®ion, 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(®ion, dst_off_x, dst_off_y); in exaTryDriverCompositeRects() 468 xMask = xMask + mask_off_x - xDst - dst_off_x; in exaTryDriverCompositeRects() 470 xSrc = xSrc + src_off_x - xDst - dst_off_x; 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 D | exa_accel.c | 245 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() 277 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir() 298 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir() 325 dst_off_x + pbox->x1, in exaCopyNtoNTwoDir() 352 dst_off_x + pbox->x1, 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() 419 RegionTranslate(dstregion, dst_off_x - dx - src_off_x, in exaHWCopyNtoN() 450 if ((pbox[i].x2 + dst_off_x) >= pExaScr->info->maxX || in exaHWCopyNtoN() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 365 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() 474 glScissor(scissor.x1 + dst_off_x, 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() 674 if (bounds.x1 + dst_off_x < bounds.x2 + dx + src_off_x && in glamor_copy_needs_temp() 675 bounds.x1 + dx + src_off_x < bounds.x2 + dst_off_x && in glamor_copy_needs_temp()
|
| H A D | glamor_xv.c | 609 int dst_off_x, dst_off_y; in glamor_xv_render() local 615 &dst_off_x, &dst_off_y); in glamor_xv_render() 620 dstx = box[i].x1 + dst_off_x; 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() 834 dstx = box[i].x1 + dst_off_x; in glamor_xv_render_dma()
|