Searched refs:cursor (Results 1 – 1 of 1) sorted by relevance
154 nn::math::VEC2 cursor = pos; in PutString() local168 PutChar( cursor, fillBg, c ); in PutString()170 cursor.x += FONT_WIDTH; in PutString()175 … if ( c == '\n' || ( autoLineFeed && str[ offset ] != '\n' && cursor.x + FONT_WIDTH >= boxWidth ) ) in PutString()177 cursor.x = 0; in PutString()178 cursor.y += FONT_HEIGHT; in PutString()181 m_LastCursorPos = cursor; in PutString()