Home
last modified time | relevance | path

Searched refs:clNormalText (Results 1 – 11 of 11) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DGraphics.cpp165 tLX->clNormalText = tLX->clWhite; in InitializeColors()
259 ReadColour(colorfile,"Colours","NormalText", tLX->clNormalText, tLX->clNormalText); in InitializeColors()
H A DCBrowser.cpp160 DrawArrow(dest, x, y + (tRect.h - ARROW_H)/2, ARROW_W, ARROW_H, ardLeft, tLX->clNormalText); in Render()
161 …Arrow(dest, x + ARROW_W, y + (tRect.h - ARROW_H)/2, ARROW_W, ARROW_H, ardRight, tLX->clNormalText); in Render()
395 tCurrentContext.tFormat.color = tLX->clNormalText; in ClearParser()
428 tCurrentContext.tFormat.color = tLX->clNormalText; in InitNodeWalk()
H A DCListview.cpp265 …(bmpDest, iTooltipX + TOOLTIP_HSPACE, iTooltipY + TOOLTIP_VSPACE, tLX->clNormalText, sTooltipText); in Draw()
/dports/games/openlierox/OpenLieroX/include/
H A DLieroX.h77 Color clNormalText; member
/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient_Parse.cpp1416 case TXT_NORMAL: col = tLX->clNormalText; break; in ParseText()
1434 col = tLX->clNormalText; in ParseText()
H A DCClient_Draw.cpp715 tLX->cOutlineFont.DrawCentre(bmpDest, 320, 200, tLX->clNormalText, "Game Over"); in Draw()
/dports/editors/lazarus/lazarus/lcl/
H A Dgraphics.pp346 clNormalText = TColor(clText - cloNormal) deprecated;
2426 (Value: clNormalText; Name: 'clNormalText'),
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphics.pp346 clNormalText = TColor(clText - cloNormal) deprecated;
2438 (Value: clNormalText; Name: 'clNormalText'),
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dgraphics.pp346 clNormalText = TColor(clText - cloNormal) deprecated;
2426 (Value: clNormalText; Name: 'clNormalText'),
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgraphics.pp346 clNormalText = TColor(clText - cloNormal) deprecated;
2438 (Value: clNormalText; Name: 'clNormalText'),
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2695 #define clNormalText (uint32_t)(0x10000001) macro