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