Home
last modified time | relevance | path

Searched refs:div (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()
53 const f32 divH = static_cast<f32>(div); in GetProjectionForPartialCapture()
54 const f32 divV = static_cast<f32>(div); in GetProjectionForPartialCapture()
DTriangleSimple.cpp48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);
120 s32 div = 2; in DrawDisplay0AndSave() local
155 for (i = 0; i < div; ++i) in DrawDisplay0AndSave()
157 for (j = 0; j < div; ++j) in DrawDisplay0AndSave()
190 err = SaveDisplayBufferSD(L"sdmc:/test", L"test", i * div + j, addr[currDispBuf], in DrawDisplay0AndSave()