Searched refs:costLength (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmPerf.cpp | 263 f32 costLength = 0.f; in Render() local 275 costLength = cost/16.f * PERF_ONE_FRAME_WIDTH; in Render() 276 …_SET_BAR_RECT( m_PerfBar, costLengthTemp, 5.f, costLength, 4.f, cpuPerf->GetCostColor(i) ); … in Render() 277 costLengthTemp += costLength; in Render() 287 costLength = cost/16.f * PERF_ONE_FRAME_WIDTH; in Render() 288 …_SET_BAR_RECT( m_PerfBar, costLengthTemp, 20.f, costLength, 4.f, gpuPerf->GetCostColor(i) ); … in Render() 289 costLengthTemp += costLength; in Render()
|