Home
last modified time | relevance | path

Searched refs:RowIconFrameAt (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/patchbay/
H A DPatchView.h46 BRect RowIconFrameAt(int32 index) const;
H A DPatchView.cpp107 BRect r = RowIconFrameAt(i); in GetToolTipAt()
155 DrawBitmapAsync(bitmap, RowIconFrameAt(index++).LeftTop()); in Draw()
198 PatchView::RowIconFrameAt(int32 index) const in RowIconFrameAt() function in PatchView