Searched refs:exposures (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DClearArea.c40 Bool exposures)
51 req->exposures = exposures;
33 XClearArea(register Display * dpy,Window w,int x,int y,unsigned int width,unsigned int height,Bool exposures) argument
H A DClear.c44 req->exposures = xFalse;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c113 generate a region for exposures for areas that were copied from obscured or
122 added argument 'plane' is used to indicate how exposures from backing
455 RegionPtr exposures = prgn; local in function:miWindowExposures
457 (exposures && !RegionNil(exposures)) || other_exposed)
468 if (exposures)
471 exposures,
473 if (exposures != prgn)
474 RegionDestroy(exposures);
476 exposures
[all...]
H A Dmioverlay.c1005 RegionPtr exposures = prgn; local in function:miOverlayWindowExposures
1008 (exposures && !RegionNil(exposures)) || other_exposed)
1016 if (exposures) {
1017 RegionUnion(other_exposed, exposures, other_exposed);
1018 if (exposures != prgn)
1019 RegionDestroy(exposures);
1021 exposures = other_exposed;
1023 if (clientInterested && exposures &&
1024 (RegionNumRects(exposures) > RECTLIMI
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c111 generate a region for exposures for areas that were copied from obscured or
367 RegionPtr exposures = prgn; local in function:miWindowExposures
381 exposures = &expRec;
382 RegionInit(exposures, &box, 1);
389 miSendExposures(pWin, exposures,
391 if (exposures == &expRec)
392 RegionUninit(exposures);
H A Dmioverlay.c985 RegionPtr exposures = prgn; local in function:miOverlayWindowExposures
997 exposures = &expRec;
998 RegionInit(exposures, &box, 1);
1013 miSendExposures(pWin, exposures,
1015 if (exposures == &expRec)
1016 RegionUninit(exposures);
/xsrc/external/mit/libXext/dist/src/
H A DXMultibuf.c693 Bool exposures)
707 req->exposures = exposures;
688 XmbufClearBufferArea(Display * dpy,Multibuffer buffer,int x,int y,unsigned int width,unsigned int height,Bool exposures) argument
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dmultibufproto.h286 BOOL exposures; member in struct:__anon359927491208
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1604 if ((stuff->exposures != xTrue) && (stuff->exposures != xFalse))
1606 client->errorValue = stuff->exposures;
1611 (Bool)stuff->exposures);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1707 if ((stuff->exposures != xTrue) && (stuff->exposures != xFalse)) {
1708 client->errorValue = stuff->exposures;
1713 (Bool) stuff->exposures);
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec49 different "exposures" of an image as different textures. On a
50 per-fragment basis, the application selects which exposures are
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec49 different "exposures" of an image as different textures. On a
50 per-fragment basis, the application selects which exposures are
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1665 BOOL exposures;
1661 BOOL exposures; member in struct:__anone2852e7a7c08

Completed in 30 milliseconds