Searched refs:SCREENREC (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 185 SCREENREC(pWin->drawable.pScreen)->imp->DestroyFrame(winRec->wid); in RootlessDestroyFrame() 262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); in RootlessReshapeFrame() 413 if (!SCREENREC(pScreen)->imp->CreateFrame(winRec, pScreen, in RootlessEnsureFrame() 521 SCREENREC(pScreen)->imp->UnmapFrame(winRec->wid); in RootlessUnrealizeWindow() 555 if (SCREENREC(pScreen)->imp->DoReorderWindow) { in RootlessReorderWindow() 556 if (!SCREENREC(pScreen)->imp->DoReorderWindow(winRec)) in RootlessReorderWindow() 585 SCREENREC(pScreen)->imp->RestackFrame(winRec->wid, newPrevID); in RootlessReorderWindow() 753 SCREENREC(pScreen)->imp->CopyWindow) { in RootlessCopyWindow() 774 SCREENREC(pScreen)->imp->CopyWindow(winRec->wid, in RootlessCopyWindow() 977 SCREENREC(pScreen)->imp->CopyBytes) { in StartFrameResize() [all …]
|
| H A D | rootlessScreen.c | 81 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessUpdateScreenPixmap() 145 s = SCREENREC(pScreen); in RootlessCloseScreen() 258 ps->Composite = SCREENREC(pScreen)->Composite; in RootlessComposite() 301 ps->Glyphs = SCREENREC(pScreen)->Glyphs; in RootlessGlyphs() 498 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessGetColormap() 507 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessInstallColormap() 526 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessUninstallColormap() 542 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessStoreColors() 587 RootlessScreenRec *screenRec = SCREENREC(pScreen); in RootlessQueueRedisplay() 609 RootlessScreenRec *screenRec = SCREENREC(pScreen); in RootlessBlockHandler() [all …]
|
| H A D | rootlessCommon.h | 133 screen->fn = SCREENREC(screen)->fn; 136 SCREENREC(screen)->fn = screen->fn; \ 141 #define SCREENREC(pScreen) ((RootlessScreenRec *) \ macro 156 if (SCREENREC(pScreen)->frameProcs.proc) { \ 158 SCREENREC(pScreen)->frameProcs.proc params; \
|
| H A D | rootlessCommon.c | 161 SCREENREC(pScreen)->imp->StartDrawing(winRec->wid, &winRec->pixelData, in RootlessStartDrawing() 249 SCREENREC(pScreen)->imp->StopDrawing(winRec->wid, flush); in RootlessStopDrawing() 258 SCREENREC(pScreen)->imp->UpdateRegion(winRec->wid, NULL); in RootlessStopDrawing() 314 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec-> in RootlessDamageRegion() 340 SCREENREC(pWindow->drawable.pScreen)->imp->DamageRects(winRec->wid, in RootlessDamageRegion()
|
| H A D | rootlessGC.c | 279 s = SCREENREC(pGC->pScreen); in RootlessCreateGC()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 139980 SCREENREC(pScreen)->imp->DoReorderWindow(winRec) - > xprDoReorderWindow ->
|