Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c290 char * indent[4]; in myDrawCaptionTick() local
303 indent[i]=">"; in myDrawCaptionTick()
305 indent[i]=" "; in myDrawCaptionTick()
308 DEMOPrintf(pos_x, (s16)(90 + pos_y), pos_z, "%sBRIGHTNESS",indent[0]); in myDrawCaptionTick()
311 DEMOPrintf(pos_x, (s16)(115 + pos_y), pos_z, "%sRATIO",indent[1]); in myDrawCaptionTick()
314 DEMOPrintf(pos_x, (s16)(140 + pos_y), pos_z, "%sRENDER MODE",indent[2]); in myDrawCaptionTick()
317 DEMOPrintf(pos_x, (s16)(165 + pos_y), pos_z, "%sPROGRESSIVE",indent[3]); in myDrawCaptionTick()