Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSliderBar.cpp65 …_Slider->SetVertex( 0, x - SM_SLIDER_HALF_SIZE, y - SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
66 …_Slider->SetVertex( 1, x - SM_SLIDER_HALF_SIZE, y + SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
67 …_Slider->SetVertex( 2, x + SM_SLIDER_HALF_SIZE, y - SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
68 …_Slider->SetVertex( 3, x + SM_SLIDER_HALF_SIZE, y + SM_SLIDER_HALF_SIZE, nw::ut::Color8::RED ); in SmSliderBar()
DSmTouchPanelCamera.cpp148 … prim.SetVertex( m_TouchPanelPosX, m_TouchPanelPosY, nw::ut::Color8::RED ); in Render()
149 … prim.SetVertex( m_TouchPanelPosX, m_TouchPanelPosY + 4.f, nw::ut::Color8::RED ); in Render()
150 … prim.SetVertex( m_TouchPanelPosX + 4.f, m_TouchPanelPosY, nw::ut::Color8::RED ); in Render()
151 … prim.SetVertex( m_TouchPanelPosX + 4.f, m_TouchPanelPosY + 4.f, nw::ut::Color8::RED ); in Render()
Dmain.cpp449 _SET_PERF_CPU_BEGIN( "GFX :Update Scene ", nw::ut::Color8::RED ); in CreateGfxCache()
510 _SET_PERF_CPU_BEGIN( "GFX :Create Command Cache ", nw::ut::Color8::RED ); in CreateGfxCache()
668 _SET_PERF_GPU_BEGIN( "CPU WAIT ", nw::ut::Color8::RED ); in DemoScene()
696 _SET_PERF_CPU_BEGIN( "GFX :CommandCache Copy ", nw::ut::Color8::RED ); in DemoScene()
DSmButton.cpp36 m_OffColor( nw::ut::Color8::RED ) in SmButton()
/NW4C-1.2.23/include/nw/ut/
Dut_Color.h49 static const u32 RED = 0xFF0000FF; //!< 赤色の定数です。 member