Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c91 XPutImage(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPutImage()
185 xnestGC(pGC), srcx, srcy, width, height, dstx, dsty); in xnestCopyArea()
197 xnestGC(pGC), srcx, srcy, width, height, dstx, dsty, plane); in xnestCopyPlane()
206 XDrawPoints(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolyPoint()
214 XDrawLines(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolylines()
222 XDrawSegments(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolySegment()
230 XDrawRectangles(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolyRectangle()
237 XDrawArcs(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolyArc()
245 XFillPolygon(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestFillPolygon()
253 XFillRectangles(xnestDisplay, xnestDrawable(pDrawable), xnestGC(pGC), in xnestPolyFillRect()
[all …]
H A DGC.c167 XSetDashes(xnestDisplay, xnestGC(pGC), in xnestChangeGC()
175 XChangeGC(xnestDisplay, xnestGC(pGC), mask, &values); in xnestChangeGC()
181 XCopyGC(xnestDisplay, xnestGC(pGCSrc), mask, xnestGC(pGCDst)); in xnestCopyGC()
187 XFreeGC(xnestDisplay, xnestGC(pGC)); in xnestDestroyGC()
201 XSetClipMask(xnestDisplay, xnestGC(pGC), None); in xnestChangeClip()
215 XSetClipRectangles(xnestDisplay, xnestGC(pGC), 0, 0, in xnestChangeClip()
221 XSetClipMask(xnestDisplay, xnestGC(pGC), in xnestChangeClip()
233 XSetClipRectangles(xnestDisplay, xnestGC(pGC), in xnestChangeClip()
239 XSetClipRectangles(xnestDisplay, xnestGC(pGC), in xnestChangeClip()
245 XSetClipRectangles(xnestDisplay, xnestGC(pGC), in xnestChangeClip()
[all …]
H A DXNGC.h31 #define xnestGC(pGC) (xnestGCPriv(pGC)->gc) macro