Lines Matching refs:FONT_HEIGHT
167 const int FONT_HEIGHT = 8; in renderStatus() local
168 s16 x = FONT_HEIGHT; in renderStatus()
169 s16 y = FONT_HEIGHT; in renderStatus()
172 y+=FONT_HEIGHT; in renderStatus()
173 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "DPD-ID X Y SIZE"); in renderStatus()
178 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "%1d %4d %4d %3d", p->traceId, p->x, p->y, p->size ); in renderStatus()
182 y+=FONT_HEIGHT; in renderStatus()
183 y+=FONT_HEIGHT; in renderStatus()
184 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Controller Type: %d", stat->dev ); in renderStatus()
185 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "ERROR Info : %d", stat->err ); in renderStatus()
189 y+=FONT_HEIGHT; in renderStatus()
190 y+=FONT_HEIGHT; in renderStatus()
191 y+=FONT_HEIGHT; in renderStatus()
192 y+=FONT_HEIGHT; in renderStatus()
193 y+=FONT_HEIGHT; in renderStatus()
194 y+=FONT_HEIGHT; in renderStatus()
195 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> No controller is connected!"); in renderStatus()
196 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> Please press a button on a paired"); in renderStatus()
197 DEMOPrintf(x, y+=FONT_HEIGHT, 0, ">> controller to connect."); in renderStatus()