Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/nanddemo/src/
Dgamesave.c493 #define SCREEN_LINE_SIZE 256 macro
520 char buf[SCREEN_LINE_SIZE]; in DrawStatic()
526 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawStatic()
553 char buf[SCREEN_LINE_SIZE]; in DrawDynamic()
560 vsnprintf(buf, SCREEN_LINE_SIZE, msg, marker); // should check later for truncation in DrawDynamic()