Searched refs:updateRect (Results 351 - 375 of 463) sorted by relevance

<<111213141516171819

/haiku/src/servers/app/decorator/
H A DTabDecorator.h67 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h43 virtual void Draw(BView* into, BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h152 virtual void Draw(BRect updateRect);
H A DSwatchView.cpp67 SwatchView::Draw(BRect updateRect) argument
/haiku/src/apps/switcher/
H A DLaunchButton.cpp72 LaunchButton::Draw(BRect updateRect) argument
86 BIconButton::Draw(updateRect);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp102 ObjectView::Draw(BRect updateRect) argument
104 FillRect(updateRect, B_SOLID_LOW);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp162 AlphaSlider::Draw(BRect updateRect) argument
176 be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
H A DColorField.cpp145 ColorField::Draw(BRect updateRect) argument
157 be_control_look->DrawTextControlBorder(this, bounds, updateRect,
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp392 AttributeListView::Draw(BRect updateRect) argument
394 BListView::Draw(updateRect);
/haiku/src/apps/terminal/
H A DTermView.h141 virtual void Draw(BRect updateRect);
218 void _DoPrint(BRect updateRect);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp482 CalcView::Draw(BRect updateRect) argument
488 if (updateRect.Intersects(expressionRect)) {
495 FillRect(updateRect & expressionRect);
526 updateRect, fBaseColor, flags);
545 if (!updateRect.Intersects(keypadRect))
572 be_control_look->DrawButtonFrame(this, frame, updateRect,
575 be_control_look->DrawButtonBackground(this, frame, updateRect,
578 be_control_look->DrawLabel(this, key->label, frame, updateRect,
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp44 virtual void Draw(BRect updateRect);
55 virtual void Draw(BRect updateRect);
248 SeparatorView::Draw(BRect updateRect) argument
251 BRect rect = updateRect & Bounds();
284 TitleView::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp102 virtual void Draw(BRect updateRect);
231 ScrollCorner::Draw(BRect updateRect) argument
329 void ScrollView::Draw(BRect updateRect) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp194 virtual void Draw(BRect updateRect);
298 virtual void Draw(BRect updateRect);
937 SourceView::MarkerView::Draw(BRect updateRect) argument
941 FillRect(updateRect, B_SOLID_LOW);
947 GetLineRange(updateRect, minLine, maxLine);
987 if (y < updateRect.bottom) {
988 FillRect(BRect(0.0, y, Bounds().right, updateRect.bottom),
1151 SourceView::TextView::Draw(BRect updateRect) argument
1155 FillRect(updateRect, B_SOLID_LOW);
1161 GetLineRange(updateRect, minLin
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp85 TextDocumentView::Draw(BRect updateRect) argument
87 FillRect(updateRect, B_SOLID_LOW);
90 fTextDocumentLayout.Draw(this, BPoint(fInsetLeft, fInsetTop), updateRect);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp168 PeakView::Draw(BRect updateRect) argument
174 be_control_look->DrawTextControlBorder(this, r, updateRect, LowColor());
/haiku/src/preferences/locale/
H A DLanguageListView.cpp282 LanguageListView::Draw(BRect updateRect) argument
284 BOutlineListView::Draw(updateRect);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp74 LaunchButton::Draw(BRect updateRect) argument
88 BIconButton::Draw(updateRect);
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp76 TabContainerView::Draw(BRect updateRect) argument
83 be_control_look->DrawTabFrame(this, rect, updateRect, base, 0,
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp247 virtual void DrawHeader(BView* view, BRect frame, BRect updateRect, argument
252 DrawHeaderBackground(view, frame, updateRect, flags);
253 fAxis.Render(view, updateRect);
558 virtual void Draw(BRect updateRect) argument
565 GetLineRange(updateRect, minLine, maxLine);
596 if (lowerRect.Intersects(updateRect)) {
915 virtual void Draw(BRect updateRect) argument
926 GetLineRange(updateRect, minLine, maxLine);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp134 TransformerListView::Draw(BRect updateRect) argument
136 SimpleListView::Draw(updateRect);
/haiku/src/apps/showimage/
H A DShowImageView.cpp706 ShowImageView::Draw(BRect updateRect) argument
734 fSelectionBox.Draw(this, updateRect);
1172 BRect updateRect; local
1173 updateRect = oldSelection | fCopyFromRect;
1174 updateRect = ImageToView(updateRect);
1175 updateRect.InsetBy(-1, -1);
1176 Invalidate(updateRect);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp126 DiagramBox::Draw(BRect updateRect) argument
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp50 PropertyItemView::Draw(BRect updateRect) argument
/haiku/src/apps/sudoku/
H A DSudokuView.h85 virtual void Draw(BRect updateRect);

Completed in 298 milliseconds

<<111213141516171819