Lines Matching refs:fh
131 s16 tx,ty,fh; in main() local
183 fh = 25; in main()
184 DEMOSetROMFontSize(fh, -1); in main()
186 DEMORFPrintf(tx, ty+=fh, 0, "Dimming test"); in main()
188 fh = 18; in main()
189 DEMOSetROMFontSize(fh, -1); in main()
190 ty+=fh; in main()
191 DEMORFPrintf(tx, ty+=fh, 0, "Count to dimming = %8u",VIGetDimmingCount()); in main()
192 … DEMORFPrintf(tx, ty+=fh, 0, "Limit time to dimming = %s",old_time == VI_DM_10M ? "10 minutes" : in main()
195 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VISetTimeToDimming = %3d[field]", in main()
197 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VIResetDimmingCount = %3d[field]", in main()
201 ty+=fh; in main()
202 ty+=fh; in main()
203 ty+=fh; in main()
204 DEMORFPrintf(tx, ty+=fh, 0, "A button to change the limit time to 5 minutes."); in main()
205 DEMORFPrintf(tx, ty+=fh, 0, "- button to change the limit time to 10 minutes."); in main()
206 DEMORFPrintf(tx, ty+=fh, 0, "+ button to change the limit time to 15 minutes."); in main()
207 DEMORFPrintf(tx, ty+=fh, 0, "B button to set the wait time to issue VISetTimeToDimming."); in main()
208 …DEMORFPrintf(tx, ty+=fh, 0, "1 button to issue VIResetDimmingCount after %d field.",WAIT_TO_ISSUE_… in main()