Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp45 … s32 div, s32 indexV, s32 indexH, const f32 dist, nn::math::PivotDirection pivot) in GetProjectionForPartialCapture() argument
50 NN_ASSERT( 0 <= indexV || 0 <= indexH || indexV < div || indexH < div); in GetProjectionForPartialCapture()
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()
DTriangleSimple.cpp48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);