Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSliderBar.cpp67 …_Slider->SetVertex( 0, x - SM_SLIDER_HALF_SIZE, y - SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
68 …_Slider->SetVertex( 1, x - SM_SLIDER_HALF_SIZE, y + SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
69 …_Slider->SetVertex( 2, x + SM_SLIDER_HALF_SIZE, y - SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
70 …_Slider->SetVertex( 3, x + SM_SLIDER_HALF_SIZE, y + SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
DSmTouchPanelCamera.cpp150 … prim.SetVertex( m_TouchPanelPosX, m_TouchPanelPosY, nw::ut::Color8::RED ); in Render()
151 … prim.SetVertex( m_TouchPanelPosX, m_TouchPanelPosY + 4.f, nw::ut::Color8::RED ); in Render()
152 … prim.SetVertex( m_TouchPanelPosX + 4.f, m_TouchPanelPosY, nw::ut::Color8::RED ); in Render()
153 … prim.SetVertex( m_TouchPanelPosX + 4.f, m_TouchPanelPosY + 4.f, nw::ut::Color8::RED ); in Render()
Dmain.cpp447 _SET_PERF_CPU_BEGIN( "GFX :Update Scene ", nw::ut::Color8::RED ); in CreateGfxCache()
508 _SET_PERF_CPU_BEGIN( "GFX :Create Command Cache ", nw::ut::Color8::RED ); in CreateGfxCache()
675 _SET_PERF_GPU_BEGIN( "CPU WAIT ", nw::ut::Color8::RED ); in DemoScene()
703 _SET_PERF_CPU_BEGIN( "GFX :CommandCache Copy ", nw::ut::Color8::RED ); in DemoScene()
DSmButton.cpp38 m_OffColor( nw::ut::Color8::RED ) in SmButton()
/NW4C-2.0.3/include/nw/ut/
Dut_Color.h51 static const u32 RED = 0xFF0000FF; //!< 赤色の定数です。 member