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

/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.h106 BRect fDescRect; member in class:BPrivate::GeneralInfoView
H A DGeneralInfoView.cpp623 } else if (fDescRect.Contains(point)
626 BRect rect = ConvertToScreen(fDescRect);
959 fDescRect = BRect(-1, -1, -1, -1);
993 fDescRect.top = lineBase - fontMetrics.ascent;
994 fDescRect.bottom = lineBase + fontMetrics.descent;
995 fDescRect.left = fDivider + 2;
996 fDescRect.right = fDescRect.left + StringWidth(fDescStr.String()) + 3;
1019 fDescRect = BRect(-1, -1, -1, -1);

Completed in 100 milliseconds