Lines Matching refs:FontData
35 static OSFontHeader* FontData; variable
40 s16 posRight = (s16) (posLeft + FontData->cellWidth); in DrawCell()
42 s16 posBottom = (s16) (posTop + FontData->cellHeight); in DrawCell()
45 s16 texRight = (s16) (xChar + FontData->cellWidth); in DrawCell()
47 s16 texBottom = (s16) (yChar + FontData->cellHeight); in DrawCell()
72 FontData->sheetWidth, // weight in LoadSheet()
73 FontData->sheetHeight, // height in LoadSheet()
74 (GXTexFmt) FontData->sheetFormat, // format in LoadSheet()
90 MTXScale(mtx, 1.0f / FontData->sheetWidth, in LoadSheet()
91 1.0f / FontData->sheetHeight, in LoadSheet()
184 FontData = OSAlloc(OS_FONT_SIZE_SJIS); in main()
188 FontData = OSAlloc(OS_FONT_SIZE_ANSI); in main()
190 OSInitFont(FontData); in main()
276 y < 25 + FontData->cellHeight * 16; in main()
277 y += FontData->cellHeight) in main()
285 x < 150 + FontData->cellHeight * 16; in main()
286 x += FontData->cellWidth) in main()