Searched refs:update (Results 1 - 25 of 97) sorted by relevance

1234

/haiku/src/apps/gradients/
H A DGradientsView.h19 virtual void Draw(BRect update);
20 void DrawLinear(BRect update);
21 void DrawRadial(BRect update);
22 void DrawRadialFocus(BRect update);
23 void DrawDiamond(BRect update);
24 void DrawConic(BRect update);
H A DGradientsView.cpp31 GradientsView::Draw(BRect update) argument
35 DrawLinear(update);
39 DrawRadial(update);
43 DrawRadialFocus(update);
47 DrawDiamond(update);
51 DrawConic(update);
62 GradientsView::DrawLinear(BRect update) argument
111 GradientsView::DrawRadial(BRect update) argument
147 GradientsView::DrawRadialFocus(BRect update) argument
192 GradientsView::DrawDiamond(BRect update) argument
237 DrawConic(BRect update) argument
[all...]
/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp16 void Draw(BRect update);
17 void DrawButtonFrames(BRect r, BRect update);
31 View::Draw(BRect update) argument
43 DrawButtonFrames(r, update);
49 DrawButtonFrames(r, update);
55 DrawButtonFrames(r, update);
65 DrawButtonFrames(r, update);
72 DrawButtonFrames(r, update);
77 View::DrawButtonFrames(BRect r, BRect update) argument
80 be_control_look->DrawButtonFrame(this, r1, update,
[all...]
H A DSetDiskModeTest.cpp16 virtual void Draw(BRect update);
97 PictureView::Draw(BRect update) argument
H A DStatusBarTest.cpp48 BMessage update(kMsgUpdate);
49 fUpdater = new BMessageRunner(this, &update, 10000LL);
/haiku/src/apps/diskprobe/
H A DProbeWindow.cpp68 BMessage update(kMsgSettingsChanged);
69 update.AddRect("window_frame", Frame());
70 be_app_messenger.SendMessage(&update);
H A DDataEditor.cpp161 BMessage update; local
163 update.AddBool("can_redo", fEditor.CanRedo());
165 update.AddBool("can_undo", fEditor.CanUndo());
167 update.AddBool("modified", fEditor.IsModified());
169 // only send an update if we have to report anything
170 if (!update.IsEmpty())
171 fEditor.SendNotices(kMsgDataEditorStateChange, &update);
552 // update state observers
558 // update observers
743 // update stat
874 BMessage update; local
921 BMessage update; local
948 BMessage update; local
1037 BMessage update; local
1045 BMessage update; local
1215 BMessage update; local
[all...]
/haiku/src/apps/soundrecorder/
H A DDrawButton.h22 void Draw(BRect update);
H A DDrawButton.cpp47 DrawButton::Draw(BRect update) argument
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp62 void Draw(BRect update);
78 WaveView::Draw(BRect update) argument
82 for (float i = update.left; i <= update.right; i++) {
95 while (w1pos <= update.left) {
100 while (w1pos <= update.right) {
117 while (w1pos <= update.left) {
122 while (w1pos <= update.right) {
/haiku/src/apps/deskbar/
H A DWindowMenuItem.h64 void SetRequireUpdate(bool update) argument
65 { fRequireUpdate = update; };
H A DExpandoMenuBar.h74 virtual void Draw(BRect update);
75 virtual void DrawBackground(BRect update);
/haiku/src/apps/people/
H A DPersonView.h56 void SetAttribute(const char* attribute, bool update);
58 const char* value, bool update);
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp129 BMessage update(kMsgTimeIntervalUpdated);
130 update.AddInt64("interval", kUpdateIntervals[level] * 1000LL);
132 fTarget.SendMessage(&update);
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp48 BMessage update(kMsgProgressStatusUpdate);
50 update.AddString("message", text);
51 update.AddFloat("percent", percent);
52 progress.SendMessage(&update);
/haiku/3rdparty/mmu_man/scripts/
H A Dmyupdate.sh22 pkgman update
/haiku/src/system/libroot/posix/musl/time/
H A Dstrptime.c185 goto update;
195 goto update;
210 goto update;
211 update:
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c418 int slot, slotlen, update; local
423 update = 0;
431 update |= TDMA_UPDATE_SLOTCNT;
441 update |= TDMA_UPDATE_SLOTLEN;
450 update |= TDMA_UPDATE_BINTVAL;
468 update |= TDMA_UPDATE_SLOT;
471 /* update everything */
472 update = TDMA_UPDATE_SLOT
478 if (update) {
480 * New/changed parameters; update runtim
[all...]
/haiku/headers/libs/agg/
H A Dagg_trans_viewport.h75 update();
85 update();
95 update();
214 void update();
241 inline void trans_viewport::update() function in class:agg::trans_viewport
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp182 BMessage update(kMsgSelectNewType);
183 update.AddString("type", type.String());
185 fTarget.SendMessage(&update);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp29 virtual void Draw(BRect update);
38 virtual void Draw(BRect update);
158 PictureView::Draw(BRect update) argument
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp79 BMessage update(kMsgUpdate);
80 fRunner = new BMessageRunner(this, &update, 16667);
/haiku/headers/private/storage/
H A DDiskDevice.h24 status_t Eject(bool update = false);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.h42 bool update = true);
/haiku/src/system/libroot/posix/stdlib/
H A Denv.cpp156 bool update = false; local
166 update = true;
173 update = true;
176 if (update) {

Completed in 162 milliseconds

1234