Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmPerf.cpp261 f32 costLength = 0.f; in Render() local
273 costLength = cost/16.f * PERF_ONE_FRAME_WIDTH; in Render()
274 …_SET_BAR_RECT( m_PerfBar, costLengthTemp, 5.f, costLength, 4.f, cpuPerf->GetCostColor(i) ); … in Render()
275 costLengthTemp += costLength; in Render()
285 costLength = cost/16.f * PERF_ONE_FRAME_WIDTH; in Render()
286 …_SET_BAR_RECT( m_PerfBar, costLengthTemp, 20.f, costLength, 4.f, gpuPerf->GetCostColor(i) ); … in Render()
287 costLengthTemp += costLength; in Render()