Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Color.h273 return U32RawToColor(this->ToU32Raw() | right.ToU32Raw());
285 return U32RawToColor(this->ToU32Raw() & right.ToU32Raw());
524 static SelfType U32RawToColor(u32 value) in U32RawToColor() function