Searched refs:TextX_Pos (Results 1 – 1 of 1) sorted by relevance
54 static unsigned long TextX_Pos = 0; variable381 TextX_Pos = X; in GLCD_TextSetPos()462 *pXL = XL_Win + (TextX_Pos*pCurrFont->H_Size); in GLCD_TextCalcWindow()528 ++TextX_Pos; in _putchar()530 TextX_Pos = 0; in _putchar()533 if(TextX_Pos) in _putchar()535 --TextX_Pos; in _putchar()551 WhiteSpaceNumb = TabSize - (TextX_Pos%TabSize); in _putchar()564 ++TextX_Pos; in _putchar()587 TextX_Pos = TextY_Pos = 0; in _putchar()[all …]
Completed in 6 milliseconds