Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmButton.cpp56 …->SetVertex( 0, x - PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
57 …->SetVertex( 1, x - PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
58 …->SetVertex( 2, x + w + PRESSED_BTN_MARGIN, y - PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
59 …->SetVertex( 3, x + w + PRESSED_BTN_MARGIN, y + h + PRESSED_BTN_MARGIN, nw::ut::Color8::YELLOW ); in SmButton()
DSmTouchPanelCamera.cpp137 … m_Collision.GetY(), nw::ut::Color8::YELLOW ); in Render()
138 … m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Color8::YELLOW ); in Render()
139 …_Collision.GetWidth(), m_Collision.GetY(), nw::ut::Color8::YELLOW ); in Render()
140 …_Collision.GetWidth(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Color8::YELLOW ); in Render()
Dmain.cpp775 _SET_PERF_CPU_BEGIN( "PERF:Performance Meter ", nw::ut::Color8::YELLOW ); in DemoScene()
/NW4C-1.3.3/include/nw/ut/
Dut_Color.h52 static const u32 YELLOW = 0xFFFF00FF; //!< 黄色の定数です。 member