Searched refs:Draw (Results 351 - 375 of 634) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/tracker/
H A DUtilities.h230 virtual void Draw(BRect);
260 virtual void Draw(BRect);
331 virtual void Draw(BRect bounds);
344 virtual void Draw();
H A DNavigator.cpp124 BNavigator::Draw(BRect updateRect) function in class:BNavigator
126 // Draw a 1px bottom border, like BMenuBar
134 _inherited::Draw(rect & updateRect);
H A DTests.cpp209 IconCache::sIconCache->Draw(&model, view,
268 iconCache->Draw(view, BPoint(column * (kIconSize + 2),
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp49 // Draw
51 MultipleManipulatorState::Draw(BView* into, BRect updateRect) function in class:MultipleManipulatorState
58 manipulator->Draw(into, updateRect);
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp38 PlayPauseButton::Draw(BRect updateRect) function in class:PlayPauseButton
40 SymbolButton::Draw(updateRect);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp26 void Draw(BView *view, int32 frame);
74 Clock::Draw(BView *view, int32) function in class:Clock
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp62 void Draw(BRect update);
78 WaveView::Draw(BRect update) function in class:WaveView
/haiku/src/apps/networkstatus/
H A DRadioView.cpp91 RadioView::Draw(BView* view, BRect rect, int32 percent, int32 maxCount) function in class:RadioView
149 RadioView::Draw(BRect updateRect) function in class:RadioView
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp43 virtual void Draw(BRect updateRect);
75 // Draw
77 TestView::Draw(BRect updateRect) function in class:TestView
80 printf("TestView::Draw(%.1f, %.1f, %.1f, %.1f) after CopyBits()\n",
/haiku/src/apps/switcher/
H A DGroupListView.cpp201 GroupListView::Draw(BRect updateRect) function in class:GroupListView
213 renderer->Draw(this, rendererItem->Frame(), rendererItem->Index(),
/haiku/src/apps/magnify/
H A DMagnify.h66 virtual void Draw(BRect);
164 virtual void Draw(BRect updateRect);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp16 void Draw(BRect updateRect);
209 Error::Draw(BRect updateRect) function in class:Error
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp42 virtual void Draw(BRect updateRect);
47 FlatButton::Draw(BRect updateRect) function in class:FlatButton
H A DStatusView.h199 virtual void Draw(BRect);
251 virtual void Draw(BRect);
H A DWindowMenuItem.cpp105 TWindowMenuItem::Draw() function in class:TWindowMenuItem
108 BMenuItem::Draw();
/haiku/src/apps/pulse/
H A DCPUButton.cpp88 CPUButton::Draw(BRect rect) function in class:CPUButton
306 Draw(Bounds());
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp201 void Draw(BRect);
225 View::Draw(BRect) function in class:View
/haiku/src/preferences/appearance/
H A DCurView.cpp430 void BitmapView::Draw(BRect r) function in class:BitmapView
432 BBox::Draw(r);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp208 void ValControlDigitSegment::Draw(BRect updateRect) { function in class:ValControlDigitSegment
211 // "### ValControlDigitSegment::Draw()\n"));
230 // "# ValControlDigitSegment::Draw(%.1f,%.1f,%.1f,%.1f) %s\n"
283 _inherited::Draw(updateRect);
H A DValControl.h259 virtual void Draw(BRect updateRect);
H A DValControlSegment.cpp152 ValControlSegment::Draw(BRect updateRect) function in class:ValControlSegment
175 // "### ValControlSegment::Draw(): underline spans %.1f, %.1f\n",
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h45 void Draw(PainterAggInterface& aggInterface, const BRect& destinationRect, function in struct:BitmapPainterPrivate::DrawBitmapBilinearOptimized
484 Draw(const Painter* painter, PainterAggInterface& aggInterface, function in struct:BitmapPainterPrivate::DrawBitmapBilinear
616 bilinearPainter.Draw(aggInterface, destinationRect, &bitmap,
624 bilinearPainter.Draw(aggInterface, destinationRect,
633 bilinearPainter.Draw(aggInterface, destinationRect, &bitmap,
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp326 /*! Fires a Draw() command at all items of a specific type that
340 item->Draw(updateRect);
348 item->Draw(updateRect);
359 item->Draw(updateRect);
H A DDiagramEndPoint.cpp94 void DiagramEndPoint::Draw( function in class:DiagramEndPoint
97 D_METHOD(("DiagramEndPoint::Draw()\n"));
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp83 // Adapted from c.lenz' ToolTipView::Draw()
84 void TipView::Draw( function in class:TipView
89 // Draw border and fill
102 // Draw text

Completed in 201 milliseconds

<<11121314151617181920>>