Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_GraphicsDevice.h676 u16 h16 = static_cast<u16>(scissor.GetHeight()); in ActivateScissor() local
685 …enabled ? ((x16 + w16 - 1) | ((y16 + h16 - 1) << 16)) : ((s_RenderBufferWidth - 1) | ((s_RenderBuf… in ActivateScissor()