Searched refs:indexV (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()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()
48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);