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

/haiku/src/apps/musiccollection/
H A DMusicFileListView.h78 BRect latchRect = LatchRect(BRect(0, 0, item->Width(), item->Height()), local
80 bitmapView->DrawString(text, BPoint(latchRect.Width(), fontHeight));
/haiku/src/kits/interface/
H A DOutlineListView.cpp938 BRect latchRect(LatchRect(itemRect, level));
948 be_control_look->DrawArrowShape(this, latchRect, itemRect, base,
H A DColumnListView.cpp3400 BRect latchRect(sourceRect);
3401 latchRect.right = latchRect.left + fMasterView->LatchWidth();
3402 fMasterView->DrawLatch(fResizeBufferView, latchRect, pos, row);

Completed in 109 milliseconds