Home
last modified time | relevance | path

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

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