Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c375 RegionPtr srcregion = NULL, dstregion = NULL; in exaHWCopyNtoN() local
411 srcregion = RegionFromRects(nbox, rects, ordering); in exaHWCopyNtoN()
418 RegionCopy(dstregion, srcregion); in exaHWCopyNtoN()
466 pixmaps[1].pReg = srcregion; in exaHWCopyNtoN()
557 if (srcregion) { in exaHWCopyNtoN()
558 RegionUninit(srcregion); in exaHWCopyNtoN()
559 RegionDestroy(srcregion); in exaHWCopyNtoN()