Lines Matching defs:widths
214 int widths[MAX_MODES], heights[MAX_MODES];
251 widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8);
256 sd->fmts[i].width = widths[i];
264 if (widths[j] / 2 == widths[i] &&
273 if (widths[j] / 4 == widths[i] &&
283 sd->fmts[i].bytesperline = widths[i];
284 sd->fmts[i].sizeimage = widths[i] * heights[i];
286 widths[i], heights[i]);
291 sd->fmts[i].sizeimage = widths[i] * heights[i] * 3;
293 widths[i], heights[i],