Searched refs:updateRect (Results 51 - 75 of 463) sorted by last modified time

1234567891011>>

/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp293 BRect updateRect = iconBounds; local
307 updateRect.OffsetTo(BPoint(offsetx, offsety));
308 menu->DrawBitmapAsync(fIcon, updateRect);
320 updateRect.OffsetTo(BPoint(offsetx, offsety));
321 menu->DrawBitmapAsync(fIcon, 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);
H A DShowImageView.h39 virtual void Draw(BRect updateRect);
H A DShowImageStatusView.h34 virtual void Draw(BRect updateRect);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp303 PathManipulator::Draw(BView* into, BRect updateRect) argument
395 fTransformBox->Draw(into, updateRect);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp134 TransformerListView::Draw(BRect updateRect) argument
136 SimpleListView::Draw(updateRect);
H A DTransformerListView.h43 virtual void Draw(BRect updateRect);
H A DIconObjectListView.cpp54 IconObjectListView::Draw(BRect updateRect) argument
56 PropertyListView::Draw(updateRect);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp99 TransformBox::Draw(BView* into, BRect updateRect) argument
H A DTransformBox.h43 virtual void Draw(BView* into, BRect updateRect);
H A DPerspectiveBox.cpp77 PerspectiveBox::Draw(BView* into, BRect updateRect) argument
H A DPerspectiveBox.h47 virtual void Draw(BView* into, BRect updateRect);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp279 ValControl::Draw(BRect updateRect) argument
H A DValControlDigitSegment.cpp208 void ValControlDigitSegment::Draw(BRect updateRect) { argument
232 // updateRect.left, updateRect.top, updateRect.right, updateRect.bottom,
283 _inherited::Draw(updateRect);
/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);
H A DStateView.h31 virtual void Draw(BRect updateRect);
51 void Draw(BView* into, BRect updateRect);
/haiku/src/apps/serialconnect/
H A DTermView.cpp59 TermView::Draw(BRect updateRect) argument
61 VTermRect updatedChars = _PixelsToGlyphs(updateRect);
H A DTermView.h23 void Draw(BRect updateRect);
/haiku/src/apps/magnify/
H A DMagnify.cpp1078 TInfoView::Draw(BRect updateRect) argument
/haiku/src/apps/launchbox/
H A DPadView.cpp64 PadView::Draw(BRect updateRect) argument
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp129 virtual void Draw(BRect updateRect);
940 ImageView::Draw(BRect updateRect) argument
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp125 BRect updateRect) {
124 Draw( BRect updateRect) argument
/haiku/src/apps/terminal/
H A DTermView.cpp1362 TermView::Draw(BRect updateRect) argument
1364 int32 x1 = (int32)(updateRect.left / fFontWidth);
1365 int32 x2 = std::min((int)(updateRect.right / fFontWidth), fColumns - 1);
1368 int32 y1 = _LineAt(updateRect.top);
1369 int32 y2 = std::min(_LineAt(updateRect.bottom), (int32)fRows - 1);
1374 if (clearLeft <= updateRect.right) {
1375 BRect rect(clearLeft, updateRect.top, updateRect.right,
1376 updateRect.bottom);
1385 if (clearTop <= updateRect
1477 _DoPrint(BRect updateRect) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp148 PropertyListView::Draw(BRect updateRect) argument
151 FillRect(updateRect, B_SOLID_LOW);
H A DPropertyListView.h40 virtual void Draw(BRect updateRect);

Completed in 146 milliseconds

1234567891011>>