Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Bounding.cpp62 internal::DrawLine(drawInfo, GetVtxPos(), GetSize(), ut::Color8::GREEN); in DrawSelf()
Dlyt_Pane.cpp724 internal::DrawLine(drawInfo, GetVtxPos(), m_Size, ut::Color8::GREEN); in DrawSelf()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
Dmain.cpp748 _SET_PERF_CPU_BEGIN( "LYT :Calc ", nw::ut::Color8::GREEN ); in DemoScene()
759 _SET_PERF_CPU_BEGIN( "LYT :CommandCache Copy ", nw::ut::Color8::GREEN ); in DemoScene()
/NW4C-1.3.3/include/nw/ut/
Dut_Color.h50 static const u32 GREEN = 0x00FF00FF; //!< 緑色の定数です。 member