Lines Matching refs:width
142 u32 width; // image width member
172 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp() argument
210 OSReport(" width: %d\n", bInfo.width); in readConvertBmp()
223 *width = (bInfo.width + 15) / 16 * 16; in readConvertBmp()
251 u32 width; in idle() local
284 readConvertBmp(dirent.name, ip->image, &width, &height); in idle()
292 readConvertBmp(dirent.name, ip->image, &width, &height); in idle()
294 firstLength = width * height * 2; in idle()
309 readConvertBmp(fn, ip->image + firstLength, &width, &height); in idle()
330 width = 640; in idle()
346 DCStoreRange((void*)ip->image, width * height * 2); in idle()
348 DCStoreRange((void*)ip->image, width * height * 2 * 2); in idle()
351 ip->width = width; in idle()
364 static u32 width; in printOneLevel() local
430 width = ip.width; in printOneLevel()
436 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
438 (u16)width, in printOneLevel()
444 (u16)width, (u16)height, in printOneLevel()
447 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
449 (u16)width, in printOneLevel()
455 (u16)width, (u16)height, in printOneLevel()
458 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
460 (u16)width, in printOneLevel()
466 (u16)width, (u16)height, in printOneLevel()
489 xfbSF = xfb + width * height * 2; in printOneLevel()