Lines Matching refs:y
78 static void PrintFrom ( s16 x, s16 y, MsgData* msgData );
79 static void PrintTo ( s16 x, s16 y, MsgData* msgData );
80 static void PrintSubject ( s16 x, s16 y, MsgData* msgData );
81 static void PrintBodyText ( s16 x, s16 y, MsgData* msgData );
464 static void PrintFrom( s16 x, s16 y, MsgData* msgData ) in PrintFrom() argument
466 (void)DEMORFPrintf( x, y, 0, "%s", msgData->from ); in PrintFrom()
478 static void PrintTo( s16 x, s16 y, MsgData* msgData ) in PrintTo() argument
484 x += DEMORFPrintf( x, y, 0, "%s", msgData->to[i] ); in PrintTo()
487 x += DEMORFPrintf( x, y, 0, ", " ); in PrintTo()
502 static void PrintSubject( s16 x, s16 y, MsgData* msgData ) in PrintSubject() argument
510 x += DEMORFPrintf( x, y, 0, "%c", *pt ); in PrintSubject()
527 static void PrintBodyText( s16 x, s16 y, MsgData* msgData ) in PrintBodyText() argument
568 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()