Home
last modified time | relevance | path

Searched defs:dwClr (Results 1 – 23 of 23) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4Markup.cpp34 void C4MarkupTagItalic::Apply(C4BltTransform &rBltTrf, bool fDoClr, DWORD &dwClr) in Apply()
40 void C4MarkupTagColor::Apply(C4BltTransform &rBltTrf, bool fDoClr, DWORD &dwClr) in Apply()
96 DWORD dwClr=0; in Read() local
H A DC4Markup.h52 C4MarkupTagColor(DWORD dwClr) : C4MarkupTag(), dwClr(dwClr) { } // ctor in C4MarkupTagColor()
77 void Apply(C4BltTransform &rBltTrf, DWORD &dwClr) // assign markup to vertices in Apply()
H A DC4LogBuf.cpp90 …st char *szLine, int iLineLength, const char *szIndent, CStdFont *pFont, DWORD dwClr, bool fNewPar) in AppendSingleLine()
170 void C4LogBuffer::AppendLines(const char *szLine, CStdFont *pFont, DWORD dwClr, CStdFont *pFirstLin… in AppendLines()
H A DC4LogBuf.h28 DWORD dwClr; // line clr member
H A DStdColors.h104 inline DWORD PlrClr2TxtClr(DWORD dwClr) in PlrClr2TxtClr()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameMessage.cpp39 …& sText, C4Object *pTarget, int32_t iPlayer, int32_t iX, int32_t iY, uint32_t dwClr, C4ID idDecoID… in Init()
363 …*szText, C4Object *pTarget, int32_t iPlayer, int32_t iX, int32_t iY, uint32_t dwClr, C4ID idDecoID… in New()
368 …& sText, C4Object *pTarget, int32_t iPlayer, int32_t iX, int32_t iY, uint32_t dwClr, C4ID idDecoID… in New()
H A DC4GameMessage.h116 inline void GameMsgObjectDw(const char *szText, C4Object *pTarget, uint32_t dwClr) in GameMsgObjectDw()
H A DC4GuiTabular.cpp96 uint32_t dwClr = dwCaptionClr; in DrawCaption() local
424 DWORD dwClr = (pSheet == pActiveSheet) ? C4GUI_ActiveTabBGColor : C4GUI_StandardBGColor; in DrawElement() local
H A DC4ChatDlg.cpp200 void C4ChatControl::ChatSheet::AddTextLine(const char *szText, uint32_t dwClr) in AddTextLine()
678 StdStrBuf sMsg; uint32_t dwClr = C4GUI_MessageFontClr; in Update() local
H A DC4MainMenu.cpp239 DWORD dwClr = pPlr->ColorDw; in DoRefillInternal() local
H A DC4GuiLabels.cpp264 …void MultilineLabel::AddLine(const char *szLine, CStdFont *pFont, DWORD dwClr, bool fDoUpdate, boo… in AddLine()
H A DC4GameLobby.cpp545 void MainDlg::OnLog(const char *szLogMsg, DWORD dwClr) in OnLog()
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Draw.cpp279 DWORD dwClr = byPix ? sfcSource->pPal->GetClr(byPix) : 0x00000000; in Blit8Fast() local
604 void C4Draw::DrawPix(C4Surface * sfcDest, float tx, float ty, DWORD dwClr) in DrawPix()
614 void C4Draw::DrawLineDw(C4Surface * sfcTarget, float x1, float y1, float x2, float y2, DWORD dwClr,… in DrawLineDw()
624 void C4Draw::DrawCircleDw(C4Surface * sfcTarget, float cx, float cy, float r, DWORD dwClr, float wi… in DrawCircleDw()
641 void C4Draw::DrawFrameDw(C4Surface * sfcDest, int x1, int y1, int x2, int y2, DWORD dwClr, float wi… in DrawFrameDw()
772 DWORD C4Draw::ApplyGammaTo(DWORD dwClr) in ApplyGammaTo()
846 void C4Draw::DrawBoxDw(C4Surface * sfcDest, int iX1, int iY1, int iX2, int iY2, DWORD dwClr) in DrawBoxDw()
H A DC4Surface.cpp203 bool ClrByOwner(DWORD &dwClr) // new style, based on Microsoft Knowledge Base Article - 29240 in ClrByOwner()
408 DWORD dwClr = GetPixDw(x, y, false); in SavePNG() local
576 bool C4Surface::SetPixDw(int iX, int iY, DWORD dwClr) in SetPixDw()
H A DC4Facet.cpp213 void C4Facet::DrawClr(C4Facet &cgo, bool fAspect, DWORD dwClr) in DrawClr()
222 …t::DrawXClr(C4Surface * sfcTarget, int32_t iX, int32_t iY, int32_t iWdt, int32_t iHgt, DWORD dwClr) in DrawXClr()
230 void C4Facet::DrawValue2Clr(C4Facet &cgo, int32_t iValue1, int32_t iValue2, DWORD dwClr) in DrawValue2Clr()
H A DC4Draw.h29 inline void DwTo4UB(DWORD dwClr, unsigned char (&r)[4]) in DwTo4UB()
H A DC4DrawGL.cpp144 void CStdGL::FillBG(DWORD dwClr) in FillBG()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Stats.h39 void SetColorDw(DWORD dwClr) { dwColor = dwClr; } in SetColorDw()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4DefGraphics.cpp378 void C4DefGraphics::DrawClr(C4Facet &cgo, bool fAspect, DWORD dwClr) in DrawClr()
1185 C4Surface *C4DefGraphics::GetBitmap(DWORD dwClr) in GetBitmap()
H A DC4ObjectScript.cpp1065 uint32_t dwClr = XPar.getInt(); in FnAddMenuItem() local
1348 static bool FnSetClrModulation(C4Object *Obj, Nillable<long> dwClr, long iOverlayID) in FnSetClrModulation()
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Control.cpp1529 uint32_t dwClr = pPlr->Cursor->Color; in Execute() local
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Game.cpp3744 …wTextSpecImage(C4Facet &fctTarget, const char *szSpec, C4DrawTransform* pTransform, uint32_t dwClr) in DrawTextSpecImage()
H A DC4GameScript.cpp2434 … *pMsg, C4Object *pObj, Nillable<long> iOwner, long iOffX, long iOffY, long dwClr, C4ID idDeco, C4… in FnCustomMessage()