| /xsrc/external/mit/xgc/dist/ |
| H A D | constants.h | 28 #define CopyPlane 1 macro
|
| H A D | main.c | 97 {"Copy Plane", "CopyPlane", CopyPlane},
|
| H A D | tests.c | 592 case CopyPlane: copyplane_test(); break;
|
| H A D | lex.c | 1113 { yylval.num = CopyPlane;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CopyPlane.c | 51 GetReq(CopyPlane, req);
|
| H A D | Makefile.am | 90 CopyPlane.c \
|
| H A D | Makefile.in | 163 Context.c ConvSel.c CopyArea.c CopyCmap.c CopyGC.c CopyPlane.c \ 216 CopyCmap.lo CopyGC.lo CopyPlane.lo CrBFData.lo CrCmap.lo \ 301 ./$(DEPDIR)/CopyPlane.Plo ./$(DEPDIR)/CrBFData.Plo \ 749 Context.c ConvSel.c CopyArea.c CopyCmap.c CopyGC.c CopyPlane.c \ 958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CopyPlane.Plo@am__quote@ # am--include-marker 1501 -rm -f ./$(DEPDIR)/CopyPlane.Plo 1808 -rm -f ./$(DEPDIR)/CopyPlane.Plo
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 145 RegionPtr (* CopyPlane)( member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gcstruct.h | 131 RegionPtr (*CopyPlane) (DrawablePtr /*pSrcDrawable */ , member in struct:_GCOps
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 67 if(infoRec->CopyPlane && 73 pGC->ops->CopyPlane = infoRec->CopyPlane; 75 pGC->ops->CopyPlane = XAAFallbackOps.CopyPlane;
|
| H A D | xaaOverlayDF.c | 107 RegionPtr (*CopyPlane)(DrawablePtr, DrawablePtr, GCPtr, member in struct:__anoncd26d3de0108 204 pOverPriv->CopyPlane = infoRec->CopyPlane; 242 if(infoRec->CopyPlane) 243 infoRec->CopyPlane = XAAOverCopyPlane; 519 return (*pOverPriv->CopyPlane)(pSrc, pDst,
|
| H A D | xaaCpyPlane.c | 3 A CopyPlane function that handles bitmap->screen copies and 65 return (XAAFallbackOps.CopyPlane(pSrc, pDst, pGC, srcx, srcy,
|
| H A D | xaaFallback.c | 108 ret = (*pGC->ops->CopyPlane)(pSrc, pDst,
|
| H A D | xaaInitAccel.c | 1029 if(infoRec->CopyPlane) { 1030 XAAMSG("\tDriver provided GC level CopyPlane replacement\n"); 1033 infoRec->CopyPlane = XAACopyPlaneColorExpansion; 1299 if(!infoRec->ValidateCopyPlane && infoRec->CopyPlane) {
|
| H A D | xaaStateChange.c | 141 RegionPtr (*CopyPlane)(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, member in struct:_XAAStateWrapRec 740 return (*pStatePriv->CopyPlane)(pSrc, pDst, pGC, 1552 XAA_STATE_WRAP(CopyPlane);
|
| H A D | xaaGC.c | 428 ret = (*pGC->ops->CopyPlane)(pSrc, pDst,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_transform.c | 261 (*scratch_gc->ops->CopyPlane)(&bitmap->drawable,
|
| H A D | glamor_core.c | 119 .CopyPlane = glamor_copy_plane,
|
| H A D | glamor_composite_glyphs.c | 102 (*scratch_gc->ops->CopyPlane)(glyph_draw,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 212 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | driWrap.c | 227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw_ops.c | 230 (*pBackingGC->ops->CopyPlane)(pBackingSrc, pBackingDst,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 663 amdgpu_glamor_nodstbo_ops.CopyPlane = amdgpu_glamor_copy_plane_nodstbo;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 655 radeon_glamor_nodstbo_ops.CopyPlane = radeon_glamor_copy_plane_nodstbo;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 743 ret = (*pGC->ops->CopyPlane)(pSrc, pDst, pGC, srcx, srcy,
|