Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c287 s16 pos_x = 15; in myDrawCaptionTick() local
294 DEMOPrintf(pos_x, 20, pos_z, "frb-vfilter"); in myDrawCaptionTick()
295 DEMOPrintf(pos_x, 25, pos_z, "-----------"); in myDrawCaptionTick()
298 DEMOPrintf((s16)(pos_x+10), (s16)(i*10+10+pos_y), pos_z, "%d", cf.newFilter[i]); in myDrawCaptionTick()
308 DEMOPrintf(pos_x, (s16)(90 + pos_y), pos_z, "%sBRIGHTNESS",indent[0]); in myDrawCaptionTick()
309 DEMOPrintf(pos_x, (s16)(100 + pos_y), pos_z, " %f", cf.brightness/64.0F); in myDrawCaptionTick()
311 DEMOPrintf(pos_x, (s16)(115 + pos_y), pos_z, "%sRATIO",indent[1]); in myDrawCaptionTick()
312 DEMOPrintf(pos_x, (s16)(125 + pos_y), pos_z, " %f%%", cf.ratio*100.0F); in myDrawCaptionTick()
314 DEMOPrintf(pos_x, (s16)(140 + pos_y), pos_z, "%sRENDER MODE",indent[2]); in myDrawCaptionTick()
315 DEMOPrintf(pos_x, (s16)(150 + pos_y), pos_z, " %s", GXRMObjPtrStrTbl[cf.RMIndex].GXRMObjString); in myDrawCaptionTick()
[all …]