| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 187 #define GC_SAVE(pGC) \ argument 193 #define GC_RESTORE(pGC, pDraw) \ argument 207 #define GC_UNSET_PM(pGC, pDraw) \ argument 223 #define VALIDATE_GC(pGC, changes, pDrawable) \ argument 232 canAccelBlit(DrawablePtr pDraw, GCPtr pGC) in canAccelBlit() 260 canAccelFill(DrawablePtr pDraw, GCPtr pGC) in canAccelFill() 272 RootlessCreateGC(GCPtr pGC) in RootlessCreateGC() 302 #define GCFUNC_UNWRAP(pGC) \ argument 310 #define GCFUNC_WRAP(pGC) \ argument 319 RootlessValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in RootlessValidateGC() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GCOps.c | 41 xnestFillSpans(DrawablePtr pDrawable, GCPtr pGC, int nSpans, xPoint * pPoints, in xnestFillSpans() 48 xnestSetSpans(DrawablePtr pDrawable, GCPtr pGC, char *pSrc, in xnestSetSpans() 79 xnestPutImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y, in xnestPutImage() 136 xnestBitBlitHelper(GCPtr pGC) in xnestBitBlitHelper() 180 GCPtr pGC, int srcx, int srcy, int width, int height, in xnestCopyArea() 192 GCPtr pGC, int srcx, int srcy, int width, int height, in xnestCopyPlane() 203 xnestPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, in xnestPolyPoint() 211 xnestPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int nPoints, in xnestPolylines() 219 xnestPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nSegments, in xnestPolySegment() 227 xnestPolyRectangle(DrawablePtr pDrawable, GCPtr pGC, int nRectangles, in xnestPolyRectangle() [all …]
|
| H A D | GC.c | 74 xnestCreateGC(GCPtr pGC) in xnestCreateGC() 89 xnestValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in xnestValidateGC() 94 xnestChangeGC(GCPtr pGC, unsigned long mask) in xnestChangeGC() 185 xnestDestroyGC(GCPtr pGC) in xnestDestroyGC() 191 xnestChangeClip(GCPtr pGC, int type, void *pValue, int nRects) in xnestChangeClip() 276 xnestDestroyClip(GCPtr pGC) in xnestDestroyClip()
|
| H A D | XNGC.h | 28 #define xnestGCPriv(pGC) ((xnestPrivGC *) \ argument 31 #define xnestGC(pGC) (xnestGCPriv(pGC)->gc) argument
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 80 DRIGetGCPriv(GCPtr pGC) in DRIGetGCPriv() 86 DRIUnwrapGC(GCPtr pGC) in DRIUnwrapGC() 94 DRIWrapGC(GCPtr pGC) in DRIWrapGC() 137 DRIFillSpans(DrawablePtr dst, GCPtr pGC, int nInit, in DRIFillSpans() 155 DRISetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc, in DRISetSpans() 173 DRIPutImage(DrawablePtr dst, GCPtr pGC, in DRIPutImage() 191 DRICopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC, in DRICopyArea() 215 GCPtr pGC, int srcx, int srcy, in DRICopyPlane() 239 DRIPolyPoint(DrawablePtr dst, GCPtr pGC, in DRIPolyPoint() 256 DRIPolylines(DrawablePtr dst, GCPtr pGC, in DRIPolylines() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.c | 79 dmxFillSpans(DrawablePtr pDrawable, GCPtr pGC, in dmxFillSpans() 87 dmxSetSpans(DrawablePtr pDrawable, GCPtr pGC, in dmxSetSpans() 98 dmxPutImage(DrawablePtr pDrawable, GCPtr pGC, in dmxPutImage() 173 dmxCopyArea(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, in dmxCopyArea() 199 dmxCopyPlane(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, in dmxCopyPlane() 227 dmxPolyPoint(DrawablePtr pDrawable, GCPtr pGC, in dmxPolyPoint() 249 dmxPolylines(DrawablePtr pDrawable, GCPtr pGC, in dmxPolylines() 271 dmxPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs) in dmxPolySegment() 292 dmxPolyRectangle(DrawablePtr pDrawable, GCPtr pGC, in dmxPolyRectangle() 315 dmxPolyArc(DrawablePtr pDrawable, GCPtr pGC, int narcs, xArc * parcs) in dmxPolyArc() [all …]
|
| H A D | dmxgc.c | 97 dmxBECreateGC(ScreenPtr pScreen, GCPtr pGC) in dmxBECreateGC() 123 dmxCreateGC(GCPtr pGC) in dmxCreateGC() 159 dmxValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in dmxValidateGC() 198 dmxChangeGC(GCPtr pGC, unsigned long mask) in dmxChangeGC() 346 dmxBEFreeGC(GCPtr pGC) in dmxBEFreeGC() 364 dmxDestroyGC(GCPtr pGC) in dmxDestroyGC() 381 dmxChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in dmxChangeClip() 423 dmxDestroyClip(GCPtr pGC) in dmxDestroyClip()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 75 ValidateGC(DrawablePtr pDraw, GC * pGC) in ValidateGC() 123 ChangeGC(ClientPtr client, GC * pGC, BITS32 mask, ChangeGCValPtr pUnion) in ChangeGC() 431 ChangeGCXIDs(ClientPtr client, GC * pGC, BITS32 mask, CARD32 *pC32) in ChangeGCXIDs() 466 GCPtr pGC; in NewGCObject() local 529 GCPtr pGC; in CreateGC() local 575 CreateDefaultTile(GCPtr pGC) in CreateDefaultTile() 770 GCPtr pGC = (GCPtr) value; in FreeGC() local 803 GCPtr pGC; in CreateScratchGC() local 909 SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash) in SetDashes() 1002 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects, in SetClipRects() [all …]
|
| H A D | dispatch.c | 1483 GC *pGC; in ProcCreateGC() local 1512 GC *pGC; in ProcChangeGC() local 1534 GC *pGC; in ProcCopyGC() local 1558 GC *pGC; in ProcSetDashes() local 1584 GC *pGC; in ProcSetClipRectangles() local 1609 GC *pGC; in ProcFreeGC() local 1699 GC *pGC; in ProcCopyArea() local 1737 GC *pGC; in ProcCopyPlane() local 1783 GC *pGC; in ProcPolyPoint() local 1806 GC *pGC; in ProcPolyLine() local [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | migc.c | 41 miChangeGC(GCPtr pGC, unsigned long mask) in miChangeGC() 47 miDestroyGC(GCPtr pGC) in miDestroyGC() 54 miDestroyClip(GCPtr pGC) in miDestroyClip() 62 miChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in miChangeClip() 101 miComputeCompositeClip(GCPtr pGC, DrawablePtr pDrawable) in miComputeCompositeClip()
|
| H A D | mipolytext.c | 69 miPolyText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miPolyText8() 87 miPolyText16(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, in miPolyText16() 107 miImageText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miImageText8() 121 miImageText16(DrawablePtr pDraw, GCPtr pGC, int x, int y, in miImageText16()
|
| H A D | miwideline.c | 422 miFillUniqueSpanGroup(DrawablePtr pDraw, GCPtr pGC, SpanGroup * spanGroup) in miFillUniqueSpanGroup() 592 AppendSpanGroup(GCPtr pGC, unsigned long pixel, Spans * spanPtr, in AppendSpanGroup() 620 fillSpans(DrawablePtr pDrawable, GCPtr pGC, unsigned long pixel, Spans * spans, in fillSpans() 646 miFillPolyHelper(DrawablePtr pDrawable, GCPtr pGC, unsigned long pixel, in miFillPolyHelper() 741 GCPtr pGC, in miFillRectPolyHelper() 945 GCPtr pGC, in miLineOnePoint() 973 GCPtr pGC, in miLineJoin() 1114 GCPtr pGC, int xorg, int yorg, DDXPointPtr points, int *widths) in miLineArcI() 1191 GCPtr pGC, in miLineArcD() 1448 GCPtr pGC, in miLineArc() [all …]
|
| H A D | mifillarc.c | 280 miFillArcSliceSetup(xArc * arc, miArcSliceRec * slice, GCPtr pGC) in miFillArcSliceSetup() 479 miFillEllipseI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) in miFillEllipseI() 504 miFillEllipseD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) in miFillEllipseD() 551 miFillArcSliceI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) in miFillArcSliceI() 594 miFillArcSliceD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) in miFillArcSliceD() 648 miPolyFillArc(DrawablePtr pDraw, GCPtr pGC, int narcs_all, xArc * parcs) in miPolyFillArc()
|
| H A D | mibitblt.c | 74 GCPtr pGC, in miCopyArea() 369 miOpqStipDrawable(DrawablePtr pDraw, GCPtr pGC, RegionPtr prgnSrc, in miOpqStipDrawable() 513 GCPtr pGC, in miCopyPlane() 607 GCPtr pGC = NULL; in miGetImage() local 690 miPutImage(DrawablePtr pDraw, GCPtr pGC, int depth, in miPutImage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 43 exaPrepareAccessGC(GCPtr pGC) in exaPrepareAccessGC() 55 exaFinishAccessGC(GCPtr pGC) in exaFinishAccessGC() 72 ExaCheckFillSpans(DrawablePtr pDrawable, GCPtr pGC, int nspans, in ExaCheckFillSpans() 86 ExaCheckSetSpans(DrawablePtr pDrawable, GCPtr pGC, char *psrc, in ExaCheckSetSpans() 98 ExaCheckPutImage(DrawablePtr pDrawable, GCPtr pGC, int depth, in ExaCheckPutImage() 122 ExaCheckCopyNtoN(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, in ExaCheckCopyNtoN() 173 GCPtr pGC, in ExaFallbackPrepareReg() 205 ExaCheckCopyArea(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, in ExaCheckCopyArea() 224 ExaCheckCopyPlane(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, in ExaCheckCopyPlane() 245 ExaCheckPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, in ExaCheckPolyPoint() [all …]
|
| H A D | exa_accel.c | 39 exaFillSpans(DrawablePtr pDrawable, GCPtr pGC, int n, in exaFillSpans() 138 exaDoPutImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y, in exaDoPutImage() 230 exaPutImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y, in exaPutImage() 241 GCPtr pGC, BoxPtr pbox, int nbox, int dx, int dy) in exaCopyNtoNTwoDir() 366 GCPtr pGC, in exaHWCopyNtoN() 568 GCPtr pGC, in exaCopyNtoN() 598 exaCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, in exaCopyArea() 614 exaPolyPoint(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, in exaPolyPoint() 650 exaPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, in exaPolylines() 720 exaPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSeg) in exaPolySegment() [all …]
|
| H A D | exa.c | 497 exaValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in exaValidateGC() 538 exaDestroyGC(GCPtr pGC) in exaDestroyGC() 547 exaChangeGC(GCPtr pGC, unsigned long mask) in exaChangeGC() 565 exaChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in exaChangeClip() 583 exaDestroyClip(GCPtr pGC) in exaDestroyClip() 596 exaCreateGC(GCPtr pGC) in exaCreateGC()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 343 damageCreateGC(GCPtr pGC) in damageCreateGC() 362 #define DAMAGE_GC_OP_PROLOGUE(pGC, pDrawable) \ argument 368 #define DAMAGE_GC_OP_EPILOGUE(pGC, pDrawable) \ argument 372 #define DAMAGE_GC_FUNC_PROLOGUE(pGC) \ argument 377 #define DAMAGE_GC_FUNC_EPILOGUE(pGC) \ argument 382 damageValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in damageValidateGC() 391 damageDestroyGC(GCPtr pGC) in damageDestroyGC() 399 damageChangeGC(GCPtr pGC, unsigned long mask) in damageChangeGC() 415 damageChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in damageChangeClip() 431 damageDestroyClip(GCPtr pGC) in damageDestroyClip() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 538 VGAarbiterCreateGC(GCPtr pGC) in VGAarbiterCreateGC() 555 VGAarbiterValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDraw) in VGAarbiterValidateGC() 563 VGAarbiterDestroyGC(GCPtr pGC) in VGAarbiterDestroyGC() 571 VGAarbiterChangeGC(GCPtr pGC, unsigned long mask) in VGAarbiterChangeGC() 587 VGAarbiterChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in VGAarbiterChangeClip() 603 VGAarbiterDestroyClip(GCPtr pGC) in VGAarbiterDestroyClip() 613 GC * pGC, in VGAarbiterFillSpans() 628 GCPtr pGC, in VGAarbiterSetSpans() 644 GCPtr pGC, in VGAarbiterPutImage() 662 GC * pGC, in VGAarbiterCopyArea() [all …]
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbline.c | 30 fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) in fbZeroLine() 58 fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs) in fbZeroSegment() 91 fbPolyLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) in fbPolyLine() 123 fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg) in fbPolySegment()
|
| H A D | fbseg.c | 38 GCPtr pGC, in fbBresSolid() 110 GCPtr pGC, in fbBresDash() 183 GCPtr pGC, in fbBresFill() 210 fbSetFg(DrawablePtr pDrawable, GCPtr pGC, Pixel fg) in fbSetFg() 223 GCPtr pGC, in fbBresFillDash() 289 fbSelectBres(DrawablePtr pDrawable, GCPtr pGC) in fbSelectBres() 339 GCPtr pGC, in fbSegment()
|
| H A D | fbpush.c | 31 GCPtr pGC, in fbPushPattern() 89 GCPtr pGC, in fbPushFill() 142 GCPtr pGC, in fbPushImage() 175 fbPushPixels(GCPtr pGC, in fbPushPixels()
|
| H A D | fbcopy.c | 34 GCPtr pGC, in fbCopyNtoN() 89 GCPtr pGC, in fbCopy1toN() 144 GCPtr pGC, in fbCopyNto1() 241 GCPtr pGC, in fbCopyArea() 251 GCPtr pGC, in fbCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | midbe.c | 138 GCPtr pGC; in miDbeAllocBackBufferName() local 253 GCPtr pGC; in miDbeSwapBuffers() local 465 GCPtr pGC; in miDbePositionWindow() local
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 142 #define Xinerama_GC_FUNC_PROLOGUE(pGC)\ argument 147 #define Xinerama_GC_FUNC_EPILOGUE(pGC)\ argument 169 XineramaCreateGC(GCPtr pGC) in XineramaCreateGC() 195 XineramaValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDraw) in XineramaValidateGC() 250 XineramaDestroyGC(GCPtr pGC) in XineramaDestroyGC() 258 XineramaChangeGC(GCPtr pGC, unsigned long mask) in XineramaChangeGC() 297 XineramaChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) in XineramaChangeClip() 313 XineramaDestroyClip(GCPtr pGC) in XineramaDestroyClip()
|