Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp63 f32 partLeft, partRight, partTop, partBottom; in GetProjectionForPartialCapture() local
66partRight = (static_cast<f32>(indexH + 1)/divH * right + (divH - static_cast<f32>(indexH + 1))/di… in GetProjectionForPartialCapture()
72 nn::math::MTX44FrustumPivot(pOut, partLeft, partRight, partBottom, partTop, near, far, pivot); in GetProjectionForPartialCapture()