Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c188 s32 stringSize; in DEMOFontPrintf() local
195 stringSize = vsnprintf( str, FONT_MAX_BUFSIZ, pFmt, args ); in DEMOFontPrintf()
198 if ( stringSize < 0 ) in DEMOFontPrintf()