Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h307 bool IsCommand() const { return this->GetBool(BIT64_COMMAND_FLAG_SHIFT); } in IsCommand()
346 bool GetBool(int shift) const { return (this->m_Key >> shift) & 0x1; } in GetBool() function