Lines Matching refs:physicalScreen
180 attr->physicalScreen = value; in dmxSetInputAttribute()
340 if (stuff->physicalScreen < 0 in ProcDMXGetScreenAttributes()
341 || stuff->physicalScreen >= dmxGetNumScreens()) in ProcDMXGetScreenAttributes()
344 if (!dmxGetScreenAttributes(stuff->physicalScreen, &attr)) in ProcDMXGetScreenAttributes()
489 dmxGetScreenAttributes(stuff->physicalScreen, &attr); in ProcDMXAddScreen()
499 status = dmxAttachScreen(stuff->physicalScreen, &attr); in ProcDMXAddScreen()
508 .physicalScreen = stuff->physicalScreen in ProcDMXAddScreen()
514 swapl(&rep.physicalScreen); in ProcDMXAddScreen()
529 status = dmxDetachScreen(stuff->physicalScreen); in ProcDMXRemoveScreen()
818 .physicalScreen = attr.physicalScreen, in ProcDMXGetInputAttributes()
830 swapl(&rep.physicalScreen); in ProcDMXGetInputAttributes()
1018 swapl(&stuff->physicalScreen); in SProcDMXGetScreenAttributes()
1058 swapl(&stuff->physicalScreen); in SProcDMXRemoveScreen()