Lines Matching defs:noutput
333 int noutput;
419 int noutput;
1368 crtc->outputs = realloc (crtc->outputs, (crtc->noutput + 1) * sizeof (output_t *));
1379 crtc->outputs[crtc->noutput++] = output;
1554 crtc_info->outputs, crtc_info->noutput);
1567 rr_outputs = calloc (crtc->noutput, sizeof (RROutput));
1570 for (int o = 0; o < crtc->noutput; o++)
1577 for (int o = 0; o < crtc->noutput; o++)
1590 rr_outputs, crtc->noutput);
1770 for (int o = 0; o < res->noutput; o++)
1858 for (int o = 0; o < crtc->crtc_info->noutput; o++)
1867 for (int o = 0; o < crtc->noutput; o++)
1911 if (crtc->noutput)
1925 else if (crtc->crtc_info->noutput)
2211 if (output->crtc_info->crtc_info->noutput > 0 &&
2212 (output->crtc_info->crtc_info->noutput > 1 ||
2236 saved_crtc_noutput[n] = crtcs[n].crtc_info->noutput;
2237 crtcs[n].crtc_info->noutput = 0;
2243 crtcs[n].crtc_info->noutput = saved_crtc_noutput[n];
3300 m->outputs = realloc(m->outputs, (m->noutput + 1) * sizeof (name_t));
3302 set_name(&m->outputs[m->noutput++], t, name_string|name_xid|name_index);
3303 printf ("output name %s\n", m->outputs[m->noutput-1].string);
3642 XRRMonitorInfo *m = XRRAllocateMonitor(dpy, u->noutput);
3652 for (int o = 0; o < u->noutput; o++) {
4027 for (int o = 0; o < monitors->monitors[m].noutput; o++) {