Searched refs:boxWidth (Results 1 – 1 of 1) sorted by relevance
155 const s32 boxWidth = 320; // Assumed to appear only on the lower screen in PutString() local175 … if ( c == '\n' || ( autoLineFeed && str[ offset ] != '\n' && cursor.x + FONT_WIDTH >= boxWidth ) ) in PutString()