Searched refs:indexH (Results 1 – 2 of 2) sorted by relevance
45 … s32 div, s32 indexV, s32 indexH, const f32 dist, nn::math::PivotDirection pivot) in GetProjectionForPartialCapture() argument50 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()
48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);