Lines Matching refs:destinationRect
45 void Draw(PainterAggInterface& aggInterface, const BRect& destinationRect, in Draw()
55 const int32 left = (int32)destinationRect.left; in Draw()
56 const int32 top = (int32)destinationRect.top; in Draw()
57 const int32 right = (int32)destinationRect.right; in Draw()
58 const int32 bottom = (int32)destinationRect.bottom; in Draw()
486 double scaleX, double scaleY, BRect destinationRect) in Draw()
489 uint32 dstWidth = destinationRect.IntegerWidth() + 1; in Draw()
490 uint32 dstHeight = destinationRect.IntegerHeight() + 1; in Draw()
507 if (clippingRegion.Frame().left > destinationRect.left) { in Draw()
509 - destinationRect.left); in Draw()
511 if (clippingRegion.Frame().top > destinationRect.top) { in Draw()
513 - destinationRect.top); in Draw()
539 const int32 xBitmapShift = (int32)(destinationRect.left - offset.x); in Draw()
540 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y); in Draw()
616 bilinearPainter.Draw(aggInterface, destinationRect, &bitmap, in Draw()
624 bilinearPainter.Draw(aggInterface, destinationRect, in Draw()
633 bilinearPainter.Draw(aggInterface, destinationRect, &bitmap, in Draw()