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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.cpp58 Painter::BitmapPainter::Draw(const BRect& sourceRect, argument
70 TRACE(" sourceRect = (%.1f, %.1f) - (%.1f, %.1f)\n",
71 sourceRect.left, sourceRect.top,
72 sourceRect.right, sourceRect.bottom);
77 bool success = _DetermineTransform(sourceRect, destinationRect);
178 Painter::BitmapPainter::_DetermineTransform(BRect sourceRect, argument
182 || !sourceRect.IsValid()
184 && !sourceRect
[all...]
H A DBitmapPainter.h23 void Draw(const BRect& sourceRect,
28 BRect sourceRect,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp1083 BRect sourceRect = region.RectAt(i).OffsetByCopy(-viewRect.LeftTop()); local
1084 int32 targetWidth = (int32)(sourceRect.Width() + 1.5);
1085 int32 targetHeight = (int32)(sourceRect.Height() + 1.5);
1088 sourceRect.left = (int32)(sourceRect.left * xScale + 0.5);
1089 sourceRect.right = (int32)(sourceRect.right * xScale + 0.5);
1091 targetWidth = (int32)(sourceRect.Width() + 1.5);
1095 sourceRect.top = (int32)(sourceRect
[all...]
/haiku/src/servers/app/
H A DView.h150 IntRect sourceRect, IntRect destRect,
H A DView.cpp493 View::SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect, argument
510 fBitmapSource = sourceRect;
/haiku/src/kits/interface/
H A DColumnListView.cpp2586 BRect sourceRect(0, 0, fSelectedColumn->Width(), columnHeight);
2587 BRect destRect(sourceRect);
2593 DrawTitle(bufferView, sourceRect, fSelectedColumn, false);
2598 DrawBitmap(bufferView->Bitmap(), sourceRect, destRect);
3335 // Watch out for sourceRect versus destRect though!
3354 BRect sourceRect(0, 0, column->Width(), rowHeight);
3386 fResizeBufferView->FillRect(sourceRect, B_SOLID_LOW);
3393 sourceRect.left += iterator.CurrentLevel() * kOutlineLevelIndent
3400 BRect latchRect(sourceRect);
3407 BRect fieldRect(sourceRect);
[all...]
H A DPicturePlayer.cpp1245 const BRect* sourceRect; local
1254 if (callbacks.draw_pixels == NULL || !reader.Get(sourceRect)
1262 callbacks.draw_pixels(userData, *sourceRect, *destinationRect,
/haiku/src/apps/terminal/
H A DTermView.cpp2051 BRect sourceRect(destRect.OffsetByCopy(0, diff));
2053 //sourceRect.left, sourceRect.top, sourceRect.right, sourceRect.bottom,
2055 CopyBits(sourceRect, destRect);
2407 BRect sourceRect(destRect.OffsetByCopy(0, scrollBy));
2413 //sourceRect.left, sourceRect.top, sourceRect
[all...]
/haiku/src/kits/tracker/
H A DPoseView.cpp9673 BRect sourceRect(Bounds());
9674 BPoint result(sourceRect.RightBottom());
9676 BRect destRect(sourceRect);
9677 // we will use sourceRect and destRect for copyBits
9678 BRect invalidateRect(sourceRect);
9680 BRect columnDrawRect(sourceRect);
9687 sourceRect.left = column->Offset() + kTitleColumnRightExtraMargin
9690 destRect.right = destRect.left + sourceRect.Width();
9692 invalidateRect.right = sourceRect.right;
9708 CopyBits(sourceRect, destRec
[all...]

Completed in 182 milliseconds