| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 127 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, ®ion, TRUE, subWindowMode, where); in _damageDamageBox() 322 damageRegionAppend(pDrawable, ®ion, 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 D | pixmap.c | 282 ChangeGCVal subWindowMode; in PixmapDirtyCopyArea() local 284 subWindowMode.val = IncludeInferiors; in PixmapDirtyCopyArea() 285 ChangeGC(NullClient, pGC, GCSubwindowMode, &subWindowMode); in PixmapDirtyCopyArea()
|
| H A D | gc.c | 302 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 D | compinit.c | 177 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 D | micopy.c | 165 pGC->subWindowMode); in miDoCopy() 176 if (pGC->subWindowMode == IncludeInferiors) { in miDoCopy()
|
| H A D | mibitblt.c | 113 if (pGC->subWindowMode == IncludeInferiors) { in miCopyArea() 154 ((pGC->subWindowMode != IncludeInferiors) || in miCopyArea() 546 if (pGC->subWindowMode == IncludeInferiors) { in miCopyPlane()
|
| H A D | miexpose.c | 162 if (pGC->subWindowMode == IncludeInferiors) { in miHandleExposures() 199 if (pGC->subWindowMode == IncludeInferiors) { in miHandleExposures()
|
| H A D | migc.c | 108 if (pGC->subWindowMode == IncludeInferiors) { in miComputeCompositeClip()
|
| H A D | misprite.c | 201 unsigned int subWindowMode); 458 int height, unsigned int subWindowMode) in miSpriteSourceValidate() argument 483 subWindowMode); in miSpriteSourceValidate()
|
| H A D | mi.h | 365 unsigned int subWindowMode);
|
| H A D | miscrinit.c | 154 unsigned int subWindowMode) in miSourceValidate() argument
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xvpriv.h | 70 unsigned int subWindowMode; member
|
| H A D | xf86xv.c | 569 if (portPriv->subWindowMode == IncludeInferiors) { in xf86XVUpdateCompositeClip() 621 portPriv->subWindowMode = pGC->subWindowMode; in xf86XVCopyClip() 640 portPriv->subWindowMode = pGC->subWindowMode; in xf86XVCopyCompositeClip()
|
| H A D | xf86VGAarbiterPriv.h | 165 unsigned int subWindowMode);
|
| H A D | xf86VGAarbiter.c | 318 unsigned int subWindowMode) in VGAarbiterSourceValidate() argument 326 subWindowMode); in VGAarbiterSourceValidate()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 255 unsigned int subWindowMode:1; member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mirect.c | 55 tmpval[2].val = pDst->subWindowMode; in miColorRects()
|
| H A D | mipict.c | 110 if (pPicture->subWindowMode == IncludeInferiors) { in miValidatePicture() 299 pDrawable->height, pPicture->subWindowMode); in SourceValidateOnePicture()
|
| H A D | picturestr.h | 132 unsigned int subWindowMode:1; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.h | 179 unsigned int subWindowMode; member
|
| H A D | kxv.c | 448 if (portPriv->subWindowMode == IncludeInferiors) { in KdXVUpdateCompositeClip() 502 portPriv->subWindowMode = pGC->subWindowMode; in KdXVCopyClip()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 223 unsigned int subWindowMode) in RootlessSourceValidate() argument 233 subWindowMode); in RootlessSourceValidate()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GC.c | 148 values.subwindow_mode = pGC->subWindowMode; in xnestChangeGC()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgc.c | 292 v.subwindow_mode = pGC->subWindowMode; in dmxChangeGC()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 433 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()
|