Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dmainfrm.cpp414 COLORREF newTextColor = RGB(0x80, 0x80, 0x80); // light gray in DrawItem() local
417 newTextColor = RGB(0, 0, 0); in DrawItem()
420 newTextColor = RGB(sinfo->fred_color.rgb.r, sinfo->fred_color.rgb.g, sinfo->fred_color.rgb.b); in DrawItem()
424 COLORREF oldTextColor = pDC->SetTextColor(newTextColor); in DrawItem()
428 if (newTextColor == newBkColor) in DrawItem()
429 newTextColor = RGB(0xC0, 0xC0, 0xC0); // dark gray in DrawItem()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dmainfrm.cpp423 COLORREF newTextColor = RGB(0x80, 0x80, 0x80); // light gray in DrawItem() local
427 newTextColor = RGB(0, 0, 0); in DrawItem()
431 newTextColor = RGB(sinfo->fred_color.rgb.r, sinfo->fred_color.rgb.g, sinfo->fred_color.rgb.b); in DrawItem()
435 COLORREF oldTextColor = pDC->SetTextColor(newTextColor); in DrawItem()
439 if (newTextColor == newBkColor) in DrawItem()
440 newTextColor = RGB(0xC0, 0xC0, 0xC0); // dark gray in DrawItem()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp4692 void CelestiaCore::setTextColor(Color newTextColor) in setTextColor() argument
4694 textColor = newTextColor; in setTextColor()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp4692 void CelestiaCore::setTextColor(Color newTextColor) in setTextColor() argument
4694 textColor = newTextColor; in setTextColor()