Home
last modified time | relevance | path

Searched refs:pTop (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.c277 WindowPtr pTop; in RootlessDamageRegion() local
282 pTop = TopLevelParent(pWindow); in RootlessDamageRegion()
283 if (pTop == NULL) in RootlessDamageRegion()
286 winRec = WINREC(pTop); in RootlessDamageRegion()
325 RootlessQueueRedisplay(pTop->drawable.pScreen); in RootlessDamageRegion()
350 RootlessQueueRedisplay(pTop->drawable.pScreen); in RootlessDamageRegion()
H A DrootlessGC.c234 WindowPtr pTop; in canAccelBlit() local
248 pTop = TopLevelParent((WindowPtr) pDraw); in canAccelBlit()
249 if (pTop == NULL) in canAccelBlit()
252 winRec = WINREC(pTop); in canAccelBlit()