Home
last modified time | relevance | path

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

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