Home | History | Annotate | Download | only in exe

Lines Matching defs:video

133 	struct btinfo_video *video;
159 video = (struct btinfo_video *)FindBootInfoL(bootinfo, BTINFO_VIDEO);
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
331 struct btinfo_video *video;
350 /* Set video width/height to bootinfo. */
353 video = (struct btinfo_video *)common;
354 video->width = MachInfo().iDisplaySizeInPixels.iWidth;
355 video->height = MachInfo().iDisplaySizeInPixels.iHeight;
356 common = &(video + 1)->common;
362 memmaps[i].width == video->width &&
363 memmaps[i].height == video->height &&