Searched refs:M_BLUE_COLOR (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/cortex/support/ |
H A D | cortex_ui.h | 62 const rgb_color M_BLUE_COLOR = {0, 0, 255, 255}; variable 64 const rgb_color M_MED_BLUE_COLOR = tint_color(M_BLUE_COLOR, B_DARKEN_2_TINT);
|
/haiku/src/apps/cortex/MediaRoutingView/ |
H A D | MediaJack.cpp | 485 …target->AddLine(p + BPoint(0.0, 1.0), p + BPoint(2.0, 1.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 488 …target->AddLine(p + BPoint(3.0, 2.0), p + BPoint(3.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 489 …target->AddLine(p + BPoint(0.0, 3.0), p + BPoint(2.0, 3.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 563 …target->AddLine(p + BPoint(2.0, 1.0), p + BPoint(4.0, 1.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 564 …target->AddLine(p + BPoint(1.0, 2.0), p + BPoint(1.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 567 …target->AddLine(p + BPoint(2.0, 3.0), p + BPoint(4.0, 3.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 639 …target->AddLine(p + BPoint(1.0, 0.0), p + BPoint(1.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 642 …target->AddLine(p + BPoint(2.0, 3.0), p + BPoint(2.0, 3.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 643 …target->AddLine(p + BPoint(3.0, 0.0), p + BPoint(3.0, 2.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() 699 …target->AddLine(p + BPoint(1.0, 2.0), p + BPoint(1.0, 4.0), selected ? M_BLUE_COLOR : M_DARK_GRAY_… in _drawInto() [all …]
|
H A D | MediaWire.cpp | 171 rgb_color border = isSelected() ? M_BLUE_COLOR : M_DARK_GRAY_COLOR; in drawWire()
|