Lines Matching refs:destinationRect
18 double scaleX, double scaleY, BRect destinationRect) in Draw()
21 uint32 dstWidth = destinationRect.IntegerWidth() + 1; in Draw()
22 uint32 dstHeight = destinationRect.IntegerHeight() + 1; in Draw()
38 if (clippingRegion.Frame().left > destinationRect.left) { in Draw()
40 - destinationRect.left); in Draw()
42 if (clippingRegion.Frame().top > destinationRect.top) { in Draw()
44 - destinationRect.top); in Draw()
56 const int32 xBitmapShift = (int32)(destinationRect.left - offset.x); in Draw()
57 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y); in Draw()
87 const int32 left = (int32)destinationRect.left; in Draw()
88 const int32 top = (int32)destinationRect.top; in Draw()
89 const int32 right = (int32)destinationRect.right; in Draw()
90 const int32 bottom = (int32)destinationRect.bottom; in Draw()