Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c123 SCREEN_UNWRAP(pScreen, CreateScreenResources); in RootlessCreateScreenResources()
166 SCREEN_UNWRAP(pScreen, GetImage); in RootlessGetImage()
225 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
372 SCREEN_UNWRAP(pScreen, ValidateTree); in RootlessValidateTree()
405 SCREEN_UNWRAP(pScreen, MarkOverlappedWindows); in RootlessMarkOverlappedWindows()
509 SCREEN_UNWRAP(pScreen, InstallColormap); in RootlessInstallColormap()
528 SCREEN_UNWRAP(pScreen, UninstallColormap); in RootlessUninstallColormap()
544 SCREEN_UNWRAP(pScreen, StoreColors); in RootlessStoreColors()
H A DrootlessWindow.c156 SCREEN_UNWRAP(pWin->drawable.pScreen, CreateWindow); in RootlessCreateWindow()
204 SCREEN_UNWRAP(pWin->drawable.pScreen, DestroyWindow); in RootlessDestroyWindow()
279 SCREEN_UNWRAP(pScreen, SetShape); in RootlessSetShape()
297 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes()
340 SCREEN_UNWRAP(pScreen, PositionWindow); in RootlessPositionWindow()
468 SCREEN_UNWRAP(pScreen, RealizeWindow); in RootlessRealizeWindow()
526 SCREEN_UNWRAP(pScreen, UnrealizeWindow); in RootlessUnrealizeWindow()
608 SCREEN_UNWRAP(pScreen, RestackWindow); in RootlessRestackWindow()
738 SCREEN_UNWRAP(pScreen, CopyWindow); in RootlessCopyWindow()
813 SCREEN_UNWRAP(pScreen, PaintWindow); in RootlessPaintWindow()
[all …]
H A DrootlessCommon.h132 #define SCREEN_UNWRAP(screen, fn) \ macro
H A DrootlessGC.c278 SCREEN_UNWRAP(pGC->pScreen, CreateGC); in RootlessCreateGC()