Searched refs:updateRect (Results 201 - 225 of 463) sorted by relevance

1234567891011>>

/haiku/headers/private/interface/
H A DBMCPrivate.h47 virtual void Draw(BRect updateRect);
/haiku/src/apps/launchbox/
H A DLaunchButton.h33 virtual void Draw(BRect updateRect);
H A DPadView.h21 virtual void Draw(BRect updateRect);
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp29 void Draw(BRect updateRect) argument
/haiku/src/apps/fontdemo/
H A DFontDemoView.h25 virtual void Draw(BRect updateRect);
/haiku/src/kits/tracker/
H A DDialogPane.h58 virtual void Draw(BRect updateRect);
H A DStatusWindow.cpp81 virtual void Draw(BRect updateRect);
140 TCustomButton::Draw(BRect updateRect) argument
142 _inherited::Draw(updateRect);
145 updateRect = Bounds();
146 updateRect.InsetBy(9, 8);
149 updateRect.OffsetBy(1, 1);
150 FillRect(updateRect);
152 updateRect = Bounds();
153 updateRect.InsetBy(9, 7);
154 BRect rect(updateRect);
635 Draw(BRect updateRect) argument
[all...]
H A DPose.h69 void Draw(BRect poseRect, const BRect& updateRect, BPoseView*,
71 void Draw(BRect poseRect, const BRect& updateRect, BPoseView*,
244 BPose::Draw(BRect poseRect, const BRect& updateRect, BPoseView* view, argument
247 Draw(poseRect, updateRect, view, (BView*)view, fullDraw, B_ORIGIN,
/haiku/src/apps/mail/
H A DFindWindow.h82 virtual void Draw(BRect updateRect);
/haiku/src/apps/processcontroller/
H A DProcessController.h29 virtual void Draw(BRect updateRect);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h62 virtual void Draw(BRect updateRect );
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp255 TBarMenuBar::Draw(BRect updateRect) argument
258 BMenu::Draw(updateRect);
263 TBarMenuBar::DrawBackground(BRect updateRect) argument
265 BMenu::DrawBackground(updateRect);
/haiku/src/apps/serialconnect/
H A DTermView.h23 void Draw(BRect updateRect);
/haiku/src/apps/people/
H A DPersonView.h43 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h51 virtual void Draw(BRect updateRect);
H A DGradientControl.cpp297 GradientControl::Draw(BRect updateRect) argument
303 BRect lb(updateRect.left, updateRect.top, b.left - 1, b.bottom);
307 BRect rb(b.right + 1, updateRect.top, updateRect.right, b.bottom);
311 BRect bb(updateRect.left, b.bottom + 1, updateRect.right, updateRect.bottom);
344 be_control_look->DrawTextControlBorder(this, b, updateRect, bg, flags);
392 be_control_look->DrawSliderTriangle(this, rect, updateRect, b
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp327 intersect with the \param updateRect;
333 DiagramItemGroup::DrawItems(BRect updateRect, uint32 whichType, BRegion* updateRegion) argument
339 if (item->Frame().Intersects(updateRect))
340 item->Draw(updateRect);
347 if (item && item->Frame().Intersects(updateRect)) {
348 item->Draw(updateRect);
358 if (item && item->Frame().Intersects(updateRect))
359 item->Draw(updateRect);
H A DDiagramEndPoint.cpp95 BRect updateRect)
103 region.Include(Frame() & updateRect);
94 Draw( BRect updateRect) argument
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp47 virtual void Draw(BRect updateRect);
193 TestView::Draw(BRect updateRect) argument
200 BRect topOfBitmap(updateRect.left, updateRect.top, updateRect.right, fBitmapRect.top - 1);
204 BRect leftOfBitmap(updateRect.left, fBitmapRect.top, fBitmapRect.left - 1, fBitmapRect.bottom);
208 BRect rightOfBitmap(fBitmapRect.right + 1, fBitmapRect.top, updateRect.right, fBitmapRect.bottom);
212 BRect bottomOfBitmap(updateRect.left, fBitmapRect.bottom + 1, updateRect.right, updateRect
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp347 View::Draw(BView* container, BRect updateRect) argument
444 View::_Draw(BView* container, BRect updateRect) argument
458 container->FillRect(updateRect, B_SOLID_LOW);
462 Draw(container, updateRect);
475 BRect childUpdateRect = updateRect & childFrame;
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp201 ViewBuffer::Draw(BRect updateRect) argument
204 int32 startX = max_c(0, (int32)(updateRect.left / CHAR_WIDTH));
205 int32 endX = min_c(fColumns - 1, (int32)(updateRect.right / CHAR_WIDTH) + 1);
206 int32 startY = max_c(0, (int32)(updateRect.top / CHAR_HEIGHT));
207 int32 endY = min_c(fRows - 1, (int32)(updateRect.bottom / CHAR_HEIGHT) + 1);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp153 StateView::Draw(BRect updateRect) argument
155 Draw(this, updateRect);
379 StateView::Draw(BView* into, BRect updateRect) argument
386 fCurrentState->Draw(into, updateRect);
389 fDropAnticipatingState->Draw(into, updateRect);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp504 KeyboardLayoutView::Draw(BRect updateRect) argument
515 _DrawKey(this, updateRect, key, _FrameFor(key),
524 _DrawIndicator(this, updateRect, indicator, _FrameFor(indicator->frame),
696 KeyboardLayoutView::_DrawKeyButton(BView* view, BRect& rect, BRect updateRect, argument
701 be_control_look->DrawButtonFrame(view, rect, updateRect, 4.0f, base,
703 be_control_look->DrawButtonBackground(view, rect, updateRect, 4.0f,
709 KeyboardLayoutView::_DrawKey(BView* view, BRect updateRect, const Key* key, argument
741 _DrawKeyButton(view, rect, updateRect, base, background, pressed);
746 be_control_look->DrawLabel(view, text, rect, updateRect,
773 be_control_look->DrawButtonFrame(view, topLeft, updateRect,
827 _DrawIndicator(BView* view, BRect updateRect, const Indicator* indicator, BRect rect, bool lit) argument
[all...]
/haiku/src/apps/showimage/
H A DSelectionBox.cpp142 SelectionBox::Draw(ShowImageView* view, const BRect& updateRect) const
145 if (!r.IsValid() || !updateRect.Intersects(r))
/haiku/src/apps/soundrecorder/
H A DVolumeSlider.cpp44 VolumeSlider::Draw(BRect updateRect) argument
178 SpeakerView::Draw(BRect updateRect) argument

Completed in 432 milliseconds

1234567891011>>