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

/haiku/src/servers/app/drawing/
H A DHWInterface.cpp915 BRect combindedBounds = bitmapFrame | cursorFrame; local
918 shift.x = -combindedBounds.left;
919 shift.y = -combindedBounds.top;
921 combindedBounds.OffsetBy(shift);
925 fCursorAndDragBitmap.SetTo(new(std::nothrow) ServerCursor(combindedBounds,
1007 width = combindedBounds.IntegerWidth() + 1;
1008 height = combindedBounds.IntegerHeight() + 1;

Completed in 79 milliseconds