Searched refs:cTmp (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/demos/hio2demo/vc++/dual/ |
| D | dualView.cpp | 142 CString cTmp; in OnMyMessage() local 143 cTmp.Format("RECV R:%02X G:%02X B:%02X", in OnMyMessage() 145 SetDlgItemText(IDC_STATIC_RECV_RGB, (LPCSTR)cTmp); in OnMyMessage() 215 CString cTmp; in OnHScroll() local 219 cTmp.Format("R:%04X S:%04X",dwRecvStat, dwSendStat); in OnHScroll() 220 GetParentFrame()->SetMessageText((LPCSTR)cTmp); in OnHScroll()
|
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 381 u8 cTmp; in TCWriteTplFile() local 626 cTmp = 0; // LOD EDGE ENABLE in TCWriteTplFile() 628 total += TCWriteTplValue( fp, total, (void*)&cTmp, 1 ); in TCWriteTplFile() 632 cTmp = (u8)(imgPtr->remapMinLOD); // (1B) in TCWriteTplFile() 633 total += TCWriteTplValue( fp, total, (void*)&cTmp, 1 ); in TCWriteTplFile() 639 cTmp = (u8)( imgPtr->remapMinLOD + (imgPtr->maxLOD - imgPtr->minLOD) ); in TCWriteTplFile() 640 total += TCWriteTplValue( fp, total, (void*)&cTmp, 1 ); in TCWriteTplFile()
|