Home
last modified time | relevance | path

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

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