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

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp284 fTruncatedWidth(-1.0f),
362 return fTruncatedWidth;
517 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
761 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
854 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
1024 fTruncatedWidth = poseView->StringWidth("-");
1026 fTruncatedWidth = TruncFileSize(outString, fValue, poseView, fOldWidth);
1074 fTruncatedWidth = TruncTime(outString, fValue, view, fOldWidth);
1294 fTruncatedWidth = TruncString(outString, fFullValueText.String(),
1317 fTruncatedWidth
[all...]
H A DWidgetAttributeText.h130 float fTruncatedWidth; member in class:BPrivate::WidgetAttributeText

Completed in 125 milliseconds