Home
last modified time | relevance | path

Searched refs:PrintNameCore (Results 1 – 1 of 1) sorted by relevance

/RevoEX-3.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerRender.c74 static void PrintNameCore ( s16 x, s16 y, const char* name, BOOL bEditMode );
352 PrintNameCore( printX, printY, g_editFriendInfo.name, g_state == STATE_EDIT_NAME ); in RenderFriendInfo()
516 PrintNameCore( x, y, name, FALSE ); in PrintName()
521 static void PrintNameCore( s16 x, s16 y, const char* name, BOOL bEditMode ) in PrintNameCore() function