Home
last modified time | relevance | path

Searched defs:rcBounds (Results 1 – 25 of 25) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiLabels.cpp51 …Label::Label(const char *szLblText, const C4Rect &rcBounds, int32_t iAlign, DWORD dwFClr, CStdFont… in Label()
202 …MultilineLabel::MultilineLabel(const C4Rect &rcBounds, int32_t iMaxLines, int32_t iMaxBuf, const c… in MultilineLabel()
321 Picture::Picture(const C4Rect &rcBounds, bool fAspect) : fCustomDrawClr(false), fAnimate(false) in Picture()
390 …OverlayPicture::OverlayPicture(const C4Rect &rcBounds, bool fAspect, const C4Facet &rOverlayImage,… in OverlayPicture()
416 Icon::Icon(const C4Rect &rcBounds, Icons icoIconIndex) in Icon()
H A DC4GameOverDlg.h45 C4GoalDisplay(const C4Rect &rcBounds) : C4GUI::Window() { SetBounds(rcBounds); } in C4GoalDisplay()
H A DC4GuiContainers.cpp280 C4Rect &rcClientRect = GetClientRect(), &rcBounds = GetBounds(); in MouseInput() local
336 …ScrollBar::ScrollBar(C4Rect &rcBounds, ScrollWindow *pWin) : fAutoHide(false), fHorizontal(false),… in ScrollBar()
350 …ScrollBar::ScrollBar(C4Rect &rcBounds, bool fHorizontal, BaseParCallbackHandler<int32_t> *pCB, int… in ScrollBar()
H A DC4StartupOptionsDlg.cpp205 C4Rect &rcClientRect = GetClientRect(), &rcBounds = GetBounds(); in MouseInput() local
338 C4StartupOptionsDlg::ControlConfigListBox::ControlConfigListBox(const C4Rect &rcBounds, class C4Pla… in ControlConfigListBox()
530 C4StartupOptionsDlg::NetworkPortConfig::NetworkPortConfig(const C4Rect &rcBounds, const char *szNam… in NetworkPortConfig()
594 C4StartupOptionsDlg::NetworkServerAddressConfig::NetworkServerAddressConfig(const C4Rect &rcBounds,… in NetworkServerAddressConfig()
651 C4StartupOptionsDlg::BoolConfig::BoolConfig(const C4Rect &rcBounds, const char *szName, bool *pbVal… in BoolConfig()
668 C4StartupOptionsDlg::EditConfig::EditConfig(const C4Rect &rcBounds, const char *szName, ValidatedSt… in EditConfig()
H A DC4GuiDialogs.cpp121 void FrameDecoration::Draw(C4TargetFacet &cgo, C4Rect &rcBounds) in Draw()
184 …C4Window * DialogWindow::Init(C4AbstractApp * pApp, const char * Title, const C4Rect &rcBounds, co… in Init()
199 …C4Window * DialogWindow::Init(C4AbstractApp * pApp, const char * Title, const C4Rect &rcBounds, co… in Init()
H A DC4GameOverDlg.cpp35 C4GoalDisplay::GoalPicture::GoalPicture(const C4Rect &rcBounds, C4ID idGoal, bool fFulfilled) in GoalPicture()
H A DC4GameOptions.cpp316 C4GameOptionsList::C4GameOptionsList(const C4Rect &rcBounds, bool fActive, C4GameOptionsListSource … in C4GameOptionsList()
H A DC4StartupNetDlg.cpp319 C4Rect rcBounds = pInfoLbl[i]->GetBounds(); in UpdateEntrySize() local
354 C4Rect rcBounds = pInfoLbl[i]->GetBounds(); in UpdateText() local
H A DC4GameLobby.cpp64 ScenDesc::ScenDesc(const C4Rect &rcBounds, bool fActive) : C4GUI::Window(), fDescFinished(false) in ScenDesc()
H A DC4GuiTabular.cpp34 …Tabular::Sheet::Sheet(const char *szTitle, const C4Rect &rcBounds, int32_t icoTitle, bool fHasClos… in Sheet()
H A DC4GuiEdit.cpp784 …LabeledEdit::LabeledEdit(const C4Rect &rcBounds, const char *szName, bool fMultiline, const char *… in LabeledEdit()
H A DC4PlayerInfoListBox.cpp1225 C4PlayerInfoListBox::C4PlayerInfoListBox(const C4Rect &rcBounds, Mode eMode, int32_t iTeamFilter) in C4PlayerInfoListBox()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4MapScript.cpp239 C4Rect rcBounds; in FnLayerDraw() local
250 C4Rect rcBounds; in FnLayerBlit() local
515 bool C4MapScriptLayer::Fill(uint8_t fg, uint8_t bg, const C4Rect &rcBounds, const C4MapScriptAlgo *… in Fill()
533 bool C4MapScriptLayer::Blit(const C4Rect &rcBounds, const C4MapScriptAlgo *algo) in Blit()
576 int32_t C4MapScriptLayer::GetPixCount(const C4Rect &rcBounds, const C4MapScriptMatTexMask &col_mask) in GetPixCount()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2ResDlg.cpp163 C4Network2ResDlg::C4Network2ResDlg(const C4Rect &rcBounds, bool fActive) : ListBox(rcBounds) in C4Network2ResDlg()
H A DC4Network2Dialogs.cpp411 C4Network2ClientListBox::C4Network2ClientListBox(C4Rect &rcBounds, bool fStartup) : ListBox(rcBound… in C4Network2ClientListBox()
582 C4GameOptionButtons::C4GameOptionButtons(const C4Rect &rcBounds, bool fNetwork, bool fHost, bool fL… in C4GameOptionButtons()
902 C4Chart::C4Chart(C4Rect &rcBounds) : Element(), pDisplayGraph(nullptr), fOwnGraph(false) in C4Chart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp180 CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid) in OnDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp180 CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid) in OnDraw()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientscr/
H A Dscreensaver_win.cpp1782 RECT rcBounds; in UpdateErrorBox() local
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DScintillaWin.cxx613 static bool BoundsContains(PRectangle rcBounds, HRGN hRgnBounds, PRectangle rcCheck) { in BoundsContains()
/dports/x11-toolkits/scintilla/scintilla/win32/
H A DScintillaWin.cxx783 bool BoundsContains(PRectangle rcBounds, HRGN hRgnBounds, PRectangle rcCheck) noexcept { in BoundsContains()
/dports/editors/textadept/scintilla/win32/
H A DScintillaWin.cxx783 bool BoundsContains(PRectangle rcBounds, HRGN hRgnBounds, PRectangle rcCheck) noexcept { in BoundsContains()
/dports/editors/scite/scintilla/win32/
H A DScintillaWin.cxx783 bool BoundsContains(PRectangle rcBounds, HRGN hRgnBounds, PRectangle rcCheck) noexcept { in BoundsContains()
/dports/editors/calligra/calligra-3.2.1/filters/libmso/generated/
H A DsimpleParser.h3271 RECT rcBounds; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h32089 #define IHTMLPainter_Draw(This,rcBounds,rcUpdate,lDrawFlags,hdc,pvDrawObject) (This)->lpVtbl->Draw(… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h32089 #define IHTMLPainter_Draw(This,rcBounds,rcUpdate,lDrawFlags,hdc,pvDrawObject) (This)->lpVtbl->Draw(… argument