Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h679 u16 h16 = static_cast<u16>(s_Scissor.GetHeight()); in ActivateScissor() local
688 …s_ScissorEnabled ? ((x16 + w16 - 1) | ((y16 + h16 - 1) << 16)) : ((s_RenderBufferWidth - 1) | ((s_… in ActivateScissor()