Searched refs:updateRect (Results 151 - 175 of 463) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp36 virtual void Draw(BRect updateRect);
110 View::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp28 virtual void Draw(BRect updateRect);
152 View::Draw(BRect updateRect) argument
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp96 virtual void Draw(BView* view, BRect updateRect) argument
137 virtual void Draw(BView* view, BRect updateRect) argument
194 virtual void Draw(BView* view, BRect updateRect) argument
233 virtual void Draw(BView* view, BRect updateRect) argument
280 virtual void Draw(BView* view, BRect updateRect) argument
309 virtual void Draw(BView* view, BRect updateRect) argument
371 virtual void Draw(BView* view, BRect updateRect) argument
413 virtual void Draw(BView* view, BRect updateRect) argument
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp30 virtual void Draw(BRect updateRect);
55 TestView::Draw(BRect updateRect) argument
/haiku/src/apps/installer/
H A DPackageViews.h87 virtual void Draw(BRect updateRect);
119 virtual void Draw(BRect updateRect);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp231 BRect updateRect) {
246 region.Include(updateRect);
317 BRect updateRect; local
318 updateRect.left = B_LARGE_ICON;
319 updateRect.top = p.y < (m_oldFrame.bottom - M_V_MARGIN - 15.0) ?
321 updateRect.right = width - M_H_MARGIN;
322 updateRect.bottom = m_oldFrame.bottom < newFrame.bottom ?
324 Invalidate(updateRect);
230 Draw( BRect updateRect) argument
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h31 virtual void Draw(BRect updateRect);
51 void Draw(BView* into, BRect updateRect);
H A DManipulator.cpp33 Manipulator::Draw(BView* into, BRect updateRect) argument
H A DManipulator.h28 virtual void Draw(BView* into, BRect updateRect);
H A DMultipleManipulatorState.h27 virtual void Draw(BView* into, BRect updateRect);
H A DViewState.cpp58 ViewState::Draw(BView* into, BRect updateRect) argument
H A DViewState.h37 virtual void Draw(BView* into, BRect updateRect);
/haiku/src/apps/clock/
H A Dcl_view.h60 virtual void Draw(BRect updateRect);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.h73 void Draw(BRect updateRect);
H A DDiagramEndPoint.h104 BRect updateRect);
H A DDiagramWire.h123 BRect updateRect);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.h106 virtual void Draw(BRect updateRect);
H A DValControlSegment.h137 virtual void Draw(BRect updateRect);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h31 BRect updateRect, const Header* header,
34 BRect updateRect, uint32 flags);
47 BRect updateRect, const Header* header,
167 virtual void Draw(BRect updateRect);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.h29 virtual void Render(BView* view, BRect updateRect);
H A DLineChartRenderer.h37 virtual void Render(BView* view, BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.h39 virtual void Draw(BRect updateRect);
H A DSwatchView.h22 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h34 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp33 PropertyEditorView::Draw(BRect updateRect) argument

Completed in 68 milliseconds

1234567891011>>