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

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp282 fTruncatedWidth(-1.0f),
360 return fTruncatedWidth;
515 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
759 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
852 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
1022 fTruncatedWidth = poseView->StringWidth("-");
1024 fTruncatedWidth = TruncFileSize(outString, fValue, poseView, fOldWidth);
1072 fTruncatedWidth = TruncTime(outString, fValue, view, fOldWidth);
1292 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
1315 fTruncatedWidth
[all...]
H A DWidgetAttributeText.h130 float fTruncatedWidth; member in class:BPrivate::WidgetAttributeText

Completed in 92 milliseconds