Go to the source code of this file.
Functions | |
| RegionPtr | miHandleExposures (DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, int srcx, int srcy, int width, int height, int dstx, int dsty, unsigned long plane) |
| void | miSendGraphicsExpose (ClientPtr client, RegionPtr pRgn, XID drawable, int major, int minor) |
| void | miSendExposures (WindowPtr pWin, RegionPtr pRgn, int dx, int dy) |
| void | miWindowExposures (WindowPtr pWin, RegionPtr prgn, RegionPtr other_exposed) |
| int | tossGC (pointer value, XID id) |
| void | miPaintWindow (WindowPtr pWin, RegionPtr prgn, int what) |
| void | miClearDrawable (DrawablePtr pDraw, GCPtr pGC) |
Variables | |
| RESTYPE | ResType = 0 |
| int | numGCs = 0 |
| GCPtr | screenContext [MAXSCREENS] |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 102 of file miexpose.c. References _Window::backStorage, Bool, box, _Screen::ClearBackingStore, _Window::clipList, _Window::drawable, _Screen::ExposeCopy, _GC::graphicsExposures, height, _Screen::PaintWindowBackground, _Drawable::pScreen, _GC::pScreen, pWin, _GC::subWindowMode, width, _Box::x1, _Box::x2, _Box::y1, and _Box::y2. Referenced by afbBitBlt(), afbCopyPlane(), cfbBitBlt(), cfbCopyPlane(), CreatorCopyPlane(), fbCopyPlane(), fbDoCopy(), ilbmBitBlt(), ilbmCopyPlane(), iplBitBlt(), iplCopyPlane(), mfbCopyArea(), miBankCopy(), miCopyArea(), miCopyPlane(), sunGXCopyPlane(), XAABitBlt(), and xf4bppCopyArea().
|
|
||||||||||||||||||||||||
|
Definition at line 351 of file miexpose.c. References client, drawable, event, i, major, minor, pBox, TryClientEvents(), _Box::x1, _Box::x2, _Box::y1, and _Box::y2. Referenced by miScreenInit().
|
|
||||||||||||||||||||
|
Definition at line 402 of file miexpose.c. References DeliverEvents(), _Window::drawable, dx, dy, i, _Drawable::id, LookupIDByType(), _Screen::myNum, noPanoramiXExtension, panoramiXdataPtr, PanoramiXFindIDByScrnum(), _Window::parent, pBox, _Drawable::pScreen, pWin, win, WindowTable, _PanoramiXData::x, x, _Box::x1, _Box::x2, XRT_WINDOW, _PanoramiXData::y, y, _Box::y1, and _Box::y2. Referenced by miBSAllocate(), miCreateBSPixmap(), miOverlayWindowExposures(), and miWindowExposures().
|
|
||||||||||||||||
|
Definition at line 465 of file miexpose.c. References _Window::backStorage, box, _Screen::ClearBackingStore, _Window::clipList, _Window::drawable, _Window::eventMask, miSendExposures(), _Screen::PaintWindowBackground, _Drawable::pScreen, pWin, _Screen::RestoreAreas, _Drawable::x, _Box::x1, _Box::x2, _Drawable::y, _Box::y1, and _Box::y2. Referenced by cfb8_16WindowExposures(), cfb8_32WidWindowExposures(), fbOverlayWindowExposures(), FFBAccelInit(), miScreenInit(), XAAOverWindowExposures(), xnestCollectExposures(), and xnestWindowExposures().
|
|
||||||||||||
|
Definition at line 586 of file miexpose.c. References FreeGC(), _Screen::myNum, numGCs, _GC::pScreen, ResType, screenContext, and value. Referenced by miDCCloseScreen(), and miPaintWindow().
|
|
||||||||||||||||
|
Definition at line 602 of file miexpose.c. References AddResource(), _Window::background, _Window::backgroundState, _Window::backStorage, _Drawable::bitsPerPixel, Bool, _Window::border, _Window::borderIsPixel, box, _Window::clipList, CreateGC(), CreateNewResourceType(), DDXPointRec, _Drawable::depth, dixChangeGC(), _Window::drawable, _Screen::DrawGuarantee, FakeClientID(), FreeScratchGC(), GetScratchGC(), _Screen::height, i, index, mask, _Screen::myNum, newValues, numGCs, _Screen::PaintWindowBackground, _Window::parent, _PixUnion::pixel, _PixUnion::pixmap, pointer, _Drawable::pScreen, pScreen, ChangeGCVal::ptr, pWin, ResType, screenContext, _Drawable::serialNumber, status, tossGC(), ChangeGCVal::val, ValidateGC(), what, _Screen::width, WindowTable, _Drawable::x, _Box::x1, _Box::x2, _Drawable::y, _Box::y1, and _Box::y2. Referenced by afbPaintWindow(), ilbmPaintWindow(), mfbPaintWindow(), winFinishScreenInitNativeGDI(), and xf4bppPaintWindow().
|
|
||||||||||||
|
Definition at line 856 of file miexpose.c. References _GC::bgPixel, DoChangeGC(), _GC::fgPixel, _GC::ops, _GCOps::PolyFillRect, and ValidateGC(). Referenced by miOpqStipDrawable(), and miPolyArc().
|
|
|
Definition at line 580 of file miexpose.c. Referenced by miPaintWindow(), and tossGC(). |
|
|
Definition at line 581 of file miexpose.c. Referenced by miPaintWindow(), and tossGC(). |
|
|
Definition at line 582 of file miexpose.c. Referenced by miPaintWindow(), and tossGC(). |
1.3.7