Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmButton.cpp58 …->SetVertex( 0, x - PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
59 …->SetVertex( 1, x - PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
60 …->SetVertex( 2, x + w + PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
61 …->SetVertex( 3, x + w + PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
DSmTouchPanelCamera.cpp139 … m_Collision.GetY(), nw::ut::Color8::YELLOW ); in Render()
140 … m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Color8::YELLOW ); in Render()
141 …_Collision.GetWidth(), m_Collision.GetY(), nw::ut::Color8::YELLOW ); in Render()
142 …_Collision.GetWidth(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Color8::YELLOW ); in Render()
Dmain.cpp777 _SET_PERF_CPU_BEGIN( "PERF:Performance Meter ", nw::ut::Color8::YELLOW ); in DemoScene()
/NW4C-2.0.3/include/nw/ut/
Dut_Color.h54 static const u32 YELLOW = 0xFFFF00FF; //!< 黄色の定数です。 member