HomeSort by: relevance | last modified time | path
    Searched refs:scrnInfo (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXinerama/dist/src/
Xinerama.c 278 XineramaScreenInfo *scrnInfo = NULL;
304 scrnInfo = Xmalloc(sizeof(XineramaScreenInfo) * rep.number);
305 if (scrnInfo != NULL) {
313 scrnInfo[i].screen_number = i;
314 scrnInfo[i].x_org = scratch.x_org;
315 scrnInfo[i].y_org = scratch.y_org;
316 scrnInfo[i].width = scratch.width;
317 scrnInfo[i].height = scratch.height;
328 return scrnInfo;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Bus.c 110 xf86BusConfigMatch(ScrnInfoPtr scrnInfo, Bool is_gpu) {
116 for (i = 0; i < scrnInfo->numEntities; i++) {
118 xf86GetDevFromEntity(scrnInfo->entityList[i],
119 scrnInfo->entityInstanceList[i]);

Completed in 5 milliseconds