Home
last modified time | relevance | path

Searched refs:indexH (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()
65 …partLeft = (static_cast<f32>(indexH)/divH * right + (divH - static_cast<f32>(indexH))/divH * lef… in GetProjectionForPartialCapture()
66 …partRight = (static_cast<f32>(indexH + 1)/divH * right + (divH - static_cast<f32>(indexH + 1))/di… in GetProjectionForPartialCapture()
DTriangleSimple.cpp48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);