Lines Matching refs:numOutputs
103 unsigned int numOutputs = 0;
113 i = VMWAREParseTopologyElement(pScrn, numOutputs, "width", str, "xX", TRUE, &width);
119 i = VMWAREParseTopologyElement(pScrn, numOutputs, "height", str, "+", TRUE, &height);
125 i= VMWAREParseTopologyElement(pScrn, numOutputs, "X offset", str, "+", TRUE, &x);
131 i = VMWAREParseTopologyElement(pScrn, numOutputs, "Y offset", str, ";", FALSE, &y);
138 numOutputs, width, height, x, y);
140 numOutputs++;
141 extents = realloc(extents, numOutputs * sizeof (xXineramaScreenInfo));
142 extents[numOutputs - 1].x_org = x;
143 extents[numOutputs - 1].y_org = y;
144 extents[numOutputs - 1].width = width;
145 extents[numOutputs - 1].height = height;
158 numOutputs = 0;
161 *retNumOutputs = numOutputs;