Lines Matching refs:width
145 u32 width; // image width member
175 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp() argument
213 OSReport(" width: %d\n", bInfo.width); in readConvertBmp()
226 *width = (bInfo.width + 15) / 16 * 16; in readConvertBmp()
254 u32 width; in idle() local
287 readConvertBmp(dirent.name, ip->image, &width, &height); in idle()
295 readConvertBmp(dirent.name, ip->image, &width, &height); in idle()
297 firstLength = width * height * 2; in idle()
312 readConvertBmp(fn, ip->image + firstLength, &width, &height); in idle()
333 width = 640; in idle()
349 DCStoreRange((void*)ip->image, width * height * 2); in idle()
351 DCStoreRange((void*)ip->image, width * height * 2 * 2); in idle()
354 ip->width = width; in idle()
367 static u32 width; in printOneLevel() local
433 width = ip.width; in printOneLevel()
439 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
441 (u16)width, in printOneLevel()
447 (u16)width, (u16)height, in printOneLevel()
450 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
452 (u16)width, in printOneLevel()
458 (u16)width, (u16)height, in printOneLevel()
461 getRenderMode(&rm, (u16)((SCREEN_WD - width) / 2), in printOneLevel()
463 (u16)width, in printOneLevel()
469 (u16)width, (u16)height, in printOneLevel()
492 xfbSF = xfb + width * height * 2; in printOneLevel()