Lines Matching refs:pDisplay
64 if ( ! XShapeQueryExtension( (Display*)pObjData->pDisplay, in CreateObject()
167 pObjData->pDisplay = pDisp; in CreateObject()
252 maSystemChildData.pDisplay = GetX11SalData()->GetDisplay()->GetDisplay(); in X11SalObject()
278 XDestroyWindow( (Display*)maSystemChildData.pDisplay, maSecondary ); in ~X11SalObject()
280 XDestroyWindow( (Display*)maSystemChildData.pDisplay, maPrimary ); in ~X11SalObject()
282 XFreeColormap((Display*)maSystemChildData.pDisplay, maColormap); in ~X11SalObject()
283 XSync( (Display*)maSystemChildData.pDisplay, False ); in ~X11SalObject()
302 XGetWindowAttributes ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
311 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in ResetClipRegion()
363 XShapeCombineRectangles ( (Display*)maSystemChildData.pDisplay, in EndSetClipRegion()
386 XMoveResizeWindow( (Display*)maSystemChildData.pDisplay, in SetPosSize()
389 XMoveResizeWindow( (Display*)maSystemChildData.pDisplay, in SetPosSize()
403 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
405 XMapWindow( (Display*)maSystemChildData.pDisplay, in Show()
408 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
410 XUnmapWindow( (Display*)maSystemChildData.pDisplay, in Show()
427 XSetInputFocus( (Display*)maSystemChildData.pDisplay, in GrabFocus()