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

/haiku/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp47 BRect bitmapFrame = itemFrame; local
48 bitmapFrame.InsetBy(2, 2); // account for 2-pixel margin
53 menu->DrawBitmap(&m_bitmap, bitmapFrame);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp196 BRect bitmapFrame = _BackBitmapFrame(); local
197 _ResizeBackBitmap(bitmapFrame.IntegerWidth() + 1, fChannelCount);
434 BRect bitmapFrame = _BackBitmapFrame(); local
437 float channelHeight = (bitmapFrame.Height() + 1) / fChannelCount;
439 BRect viewRect(bitmapFrame);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp904 BRect bitmapFrame = fDragBitmap->Bounds(); local
908 bitmapFrame.OffsetTo(BPoint(-fDragBitmapOffset.x, -fDragBitmapOffset.y));
915 BRect combindedBounds = bitmapFrame | cursorFrame;
923 bitmapFrame.OffsetBy(shift);
943 dst += (int32)bitmapFrame.top * dstBPR
944 + (int32)bitmapFrame.left * 4;
946 uint32 width = bitmapFrame.IntegerWidth() + 1;
947 uint32 height = bitmapFrame.IntegerHeight() + 1;
1025 bitmapFrame.IntegerWidth() + 1, bitmapFrame
[all...]

Completed in 54 milliseconds