Searched refs:dstRect (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageView.cpp729 BRect dstRect; local
730 _GetSelectionMergeRects(srcRect, dstRect);
731 dstRect = ImageToView(dstRect);
732 DrawBitmap(fSelectionBitmap, srcRect, dstRect);
1039 BRect& dstRect)
1041 // Constrain dstRect to target image size and apply the same edge offsets
1044 dstRect = selection;
1046 BRect clippedDstRect(dstRect);
1051 srcRect.left += clippedDstRect.left - dstRect
1038 _GetMergeRects(BBitmap* merge, BRect selection, BRect& srcRect, BRect& dstRect) argument
1061 _GetSelectionMergeRects(BRect& srcRect, BRect& dstRect) argument
1082 BRect dstRect; local
[all...]
H A DShowImageView.h126 BRect& dstRect);
128 BRect& dstRect);
/haiku/headers/private/interface/
H A DPictureDataWriter.h115 const BRect& dstRect, const int32& width,
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp670 PictureDataWriter::WriteDrawBitmap(const BRect& srcRect, const BRect& dstRect, argument
680 Write<BRect>(dstRect);
H A DView.cpp4292 BView::SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, argument
4295 _SetViewBitmap(bitmap, srcRect, dstRect, followFlags, options);
4320 BView::SetViewOverlay(const BBitmap* overlay, BRect srcRect, BRect dstRect, argument
4326 status_t status = _SetViewBitmap(overlay, srcRect, dstRect, followFlags,
6529 BView::_SetViewBitmap(const BBitmap* bitmap, BRect srcRect, BRect dstRect, argument
6540 fOwner->fLink->Attach<BRect>(dstRect);
/haiku/headers/os/interface/
H A DView.h276 BRect srcRect, BRect dstRect,
285 BRect srcRect, BRect dstRect,
697 BRect srcRect, BRect dstRect,
/haiku/src/apps/magnify/
H A DMagnify.cpp2146 BRect dstRect(0, 0, 0, 0);
2148 fPixelView->DrawBitmap(fBitmap, srcRect, dstRect);
/haiku/src/kits/tracker/
H A DPoseView.cpp1777 BRect dstRect = srcRect; local
1779 dstRect.top += listViewScrollBy;
1780 CopyBits(srcRect, dstRect);
1782 srcRect.bottom = dstRect.top;
9308 BRect dstRect = srcRect; local
9309 dstRect.OffsetTo(location);
9312 pose->Draw(dstRect, updateRect, this, offscreenView, true,
9317 DrawBitmap(sOffscreen->Bitmap(), srcRect, dstRect);
/haiku/src/servers/app/
H A DServerWindow.cpp2030 BRect srcRect, dstRect; local
2034 link.Read<BRect>(&dstRect);
2046 fCurrentView->SetViewBitmap(bitmap, srcRect, dstRect,

Completed in 266 milliseconds