Lines Matching refs:DMX_WRAP
277 DMX_WRAP(CloseScreen, dmxCloseScreen, dmxScreen, pScreen); in dmxScreenInit()
278 DMX_WRAP(SaveScreen, dmxSaveScreen, dmxScreen, pScreen); in dmxScreenInit()
283 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxScreenInit()
286 DMX_WRAP(CreateWindow, dmxCreateWindow, dmxScreen, pScreen); in dmxScreenInit()
287 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxScreenInit()
288 DMX_WRAP(PositionWindow, dmxPositionWindow, dmxScreen, pScreen); in dmxScreenInit()
289 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxScreenInit()
291 DMX_WRAP(RealizeWindow, dmxRealizeWindow, dmxScreen, pScreen); in dmxScreenInit()
292 DMX_WRAP(UnrealizeWindow, dmxUnrealizeWindow, dmxScreen, pScreen); in dmxScreenInit()
293 DMX_WRAP(RestackWindow, dmxRestackWindow, dmxScreen, pScreen); in dmxScreenInit()
294 DMX_WRAP(WindowExposures, dmxWindowExposures, dmxScreen, pScreen); in dmxScreenInit()
295 DMX_WRAP(CopyWindow, dmxCopyWindow, dmxScreen, pScreen); in dmxScreenInit()
297 DMX_WRAP(ResizeWindow, dmxResizeWindow, dmxScreen, pScreen); in dmxScreenInit()
298 DMX_WRAP(ReparentWindow, dmxReparentWindow, dmxScreen, pScreen); in dmxScreenInit()
300 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen); in dmxScreenInit()
303 DMX_WRAP(GetImage, dmxGetImage, dmxScreen, pScreen); in dmxScreenInit()
304 DMX_WRAP(GetSpans, dmxGetSpans, dmxScreen, pScreen); in dmxScreenInit()
307 DMX_WRAP(CreatePixmap, dmxCreatePixmap, dmxScreen, pScreen); in dmxScreenInit()
308 DMX_WRAP(DestroyPixmap, dmxDestroyPixmap, dmxScreen, pScreen); in dmxScreenInit()
309 DMX_WRAP(BitmapToRegion, dmxBitmapToRegion, dmxScreen, pScreen); in dmxScreenInit()
312 DMX_WRAP(RealizeFont, dmxRealizeFont, dmxScreen, pScreen); in dmxScreenInit()
313 DMX_WRAP(UnrealizeFont, dmxUnrealizeFont, dmxScreen, pScreen); in dmxScreenInit()
316 DMX_WRAP(CreateColormap, dmxCreateColormap, dmxScreen, pScreen); in dmxScreenInit()
317 DMX_WRAP(DestroyColormap, dmxDestroyColormap, dmxScreen, pScreen); in dmxScreenInit()
318 DMX_WRAP(InstallColormap, dmxInstallColormap, dmxScreen, pScreen); in dmxScreenInit()
319 DMX_WRAP(StoreColors, dmxStoreColors, dmxScreen, pScreen); in dmxScreenInit()
322 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen); in dmxScreenInit()