Home
last modified time | relevance | path

Searched refs:SCREEN_WRAP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c128 SCREEN_WRAP(pScreen, CreateScreenResources); in RootlessCreateScreenResources()
211 SCREEN_WRAP(pScreen, GetImage); in RootlessGetImage()
235 SCREEN_WRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
386 SCREEN_WRAP(pScreen, ValidateTree); in RootlessValidateTree()
462 SCREEN_WRAP(pScreen, MarkOverlappedWindows); in RootlessMarkOverlappedWindows()
519 SCREEN_WRAP(pScreen, InstallColormap); in RootlessInstallColormap()
535 SCREEN_WRAP(pScreen, UninstallColormap); in RootlessUninstallColormap()
553 SCREEN_WRAP(pScreen, StoreColors); in RootlessStoreColors()
H A DrootlessWindow.c173 SCREEN_WRAP(pWin->drawable.pScreen, CreateWindow); in RootlessCreateWindow()
206 SCREEN_WRAP(pWin->drawable.pScreen, DestroyWindow); in RootlessDestroyWindow()
281 SCREEN_WRAP(pScreen, SetShape); in RootlessSetShape()
299 SCREEN_WRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
342 SCREEN_WRAP(pScreen, PositionWindow); in RootlessPositionWindow()
470 SCREEN_WRAP(pScreen, RealizeWindow); in RootlessRealizeWindow()
528 SCREEN_WRAP(pScreen, UnrealizeWindow); in RootlessUnrealizeWindow()
613 SCREEN_WRAP(pScreen, RestackWindow); in RootlessRestackWindow()
792 SCREEN_WRAP(pScreen, CopyWindow); in RootlessCopyWindow()
815 SCREEN_WRAP(pScreen, PaintWindow); in RootlessPaintWindow()
[all …]
H A DrootlessCommon.h135 #define SCREEN_WRAP(screen, fn) \ macro
H A DrootlessGC.c288 SCREEN_WRAP(pGC->pScreen, CreateGC); in RootlessCreateGC()