Searched refs:pos_y (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 288 s16 pos_y = 30; in myDrawCaptionTick() local 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() 317 DEMOPrintf(pos_x, (s16)(165 + pos_y), pos_z, "%sPROGRESSIVE",indent[3]); in myDrawCaptionTick() 319 DEMOPrintf(pos_x, (s16)(175 + pos_y), pos_z, " ON"); in myDrawCaptionTick() [all …]
|