Home
last modified time | relevance | path

Searched refs:subWindowMode (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c127 int subWindowMode, const char *where) in _damageRegionAppend() argument
132 int subWindowMode) in _damageRegionAppend()
169 if (subWindowMode == ClipByChildren) { in _damageRegionAppend()
173 else if (subWindowMode == IncludeInferiors) { in _damageRegionAppend()
309 _damageDamageBox(DrawablePtr pDrawable, BoxPtr pBox, int subWindowMode, in _damageDamageBox() argument
313 damageDamageBox(DrawablePtr pDrawable, BoxPtr pBox, int subWindowMode) in _damageDamageBox()
320 _damageRegionAppend(pDrawable, &region, TRUE, subWindowMode, where); in _damageDamageBox()
322 damageRegionAppend(pDrawable, &region, TRUE, subWindowMode); in _damageDamageBox()
501 damageDamageBox(pDst->pDrawable, &box, pDst->subWindowMode); in damageComposite()
576 damageDamageBox(pDst->pDrawable, &box, pDst->subWindowMode); in damageGlyphs()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c282 ChangeGCVal subWindowMode; in PixmapDirtyCopyArea() local
284 subWindowMode.val = IncludeInferiors; in PixmapDirtyCopyArea()
285 ChangeGC(NullClient, pGC, GCSubwindowMode, &subWindowMode); in PixmapDirtyCopyArea()
H A Dgc.c302 pGC->subWindowMode = newclipmode; in ChangeGC()
494 pGC->subWindowMode = ClipByChildren; in NewGCObject()
703 pgcDst->subWindowMode = pgcSrc->subWindowMode; in CopyGC()
1063 pGC->subWindowMode = ClipByChildren; in GetScratchGC()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c177 int width, int height, unsigned int subWindowMode) in compSourceValidate() argument
183 if (pDrawable->type == DRAWABLE_WINDOW && subWindowMode == IncludeInferiors) in compSourceValidate()
187 subWindowMode); in compSourceValidate()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicopy.c165 pGC->subWindowMode); in miDoCopy()
176 if (pGC->subWindowMode == IncludeInferiors) { in miDoCopy()
H A Dmibitblt.c113 if (pGC->subWindowMode == IncludeInferiors) { in miCopyArea()
154 ((pGC->subWindowMode != IncludeInferiors) || in miCopyArea()
546 if (pGC->subWindowMode == IncludeInferiors) { in miCopyPlane()
H A Dmiexpose.c162 if (pGC->subWindowMode == IncludeInferiors) { in miHandleExposures()
199 if (pGC->subWindowMode == IncludeInferiors) { in miHandleExposures()
H A Dmigc.c108 if (pGC->subWindowMode == IncludeInferiors) { in miComputeCompositeClip()
H A Dmisprite.c201 unsigned int subWindowMode);
458 int height, unsigned int subWindowMode) in miSpriteSourceValidate() argument
483 subWindowMode); in miSpriteSourceValidate()
H A Dmi.h365 unsigned int subWindowMode);
H A Dmiscrinit.c154 unsigned int subWindowMode) in miSourceValidate() argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h70 unsigned int subWindowMode; member
H A Dxf86xv.c569 if (portPriv->subWindowMode == IncludeInferiors) { in xf86XVUpdateCompositeClip()
621 portPriv->subWindowMode = pGC->subWindowMode; in xf86XVCopyClip()
640 portPriv->subWindowMode = pGC->subWindowMode; in xf86XVCopyCompositeClip()
H A Dxf86VGAarbiterPriv.h165 unsigned int subWindowMode);
H A Dxf86VGAarbiter.c318 unsigned int subWindowMode) in VGAarbiterSourceValidate() argument
326 subWindowMode); in VGAarbiterSourceValidate()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h255 unsigned int subWindowMode:1; member
/OK3568_Linux_fs/external/xserver/render/
H A Dmirect.c55 tmpval[2].val = pDst->subWindowMode; in miColorRects()
H A Dmipict.c110 if (pPicture->subWindowMode == IncludeInferiors) { in miValidatePicture()
299 pDrawable->height, pPicture->subWindowMode); in SourceValidateOnePicture()
H A Dpicturestr.h132 unsigned int subWindowMode:1; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h179 unsigned int subWindowMode; member
H A Dkxv.c448 if (portPriv->subWindowMode == IncludeInferiors) { in KdXVUpdateCompositeClip()
502 portPriv->subWindowMode = pGC->subWindowMode; in KdXVCopyClip()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c223 unsigned int subWindowMode) in RootlessSourceValidate() argument
233 subWindowMode); in RootlessSourceValidate()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c148 values.subwindow_mode = pGC->subWindowMode; in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c292 v.subwindow_mode = pGC->subWindowMode; in dmxChangeGC()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c433 int x, int y, int width, int height, unsigned int subWindowMode) in ExaSrcValidate() argument
464 pScreen->SourceValidate(pDrawable, x, y, width, height, subWindowMode); in ExaSrcValidate()

12