Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp54 const f32 divV = static_cast<f32>(div); in GetProjectionForPartialCapture() local
67 …partTop = (static_cast<f32>(indexV)/divV * bottom + (divV - static_cast<f32>(indexV))/divV * to… in GetProjectionForPartialCapture()
68 …partBottom = (static_cast<f32>(indexV + 1)/divV * bottom + (divV - static_cast<f32>(indexV + 1))/d… in GetProjectionForPartialCapture()