Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmButton.cpp35 m_OnColor( nw::ut::Color8::BLACK ), in SmButton()
44 m_Button->SetVertex( 0, x, y, nw::ut::Color8::BLACK ); in SmButton()
45 m_Button->SetVertex( 1, x, y + h, nw::ut::Color8::BLACK ); in SmButton()
46 m_Button->SetVertex( 2, x + w, y, nw::ut::Color8::BLACK ); in SmButton()
47 m_Button->SetVertex( 3, x + w, y + h, nw::ut::Color8::BLACK ); in SmButton()
DSmSliderBar.cpp54 m_Bar->SetVertex( 0, x - SM_BAR_HALF_SIZE, y, nw::ut::Color8::BLACK ); in SmSliderBar()
55 m_Bar->SetVertex( 1, x - SM_BAR_HALF_SIZE, y + length, nw::ut::Color8::BLACK ); in SmSliderBar()
56 m_Bar->SetVertex( 2, x + SM_BAR_HALF_SIZE, y, nw::ut::Color8::BLACK ); in SmSliderBar()
57 m_Bar->SetVertex( 3, x + SM_BAR_HALF_SIZE, y + length, nw::ut::Color8::BLACK ); in SmSliderBar()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp264 this->InitializeContext(context, buffer, ut::Color8::BLACK, direction); in Erase()
/NW4C-1.2.23/include/nw/ut/
Dut_Color.h46 static const u32 BLACK = 0x000000FF; //!< 黒色の定数です。 member