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

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp344 WidgetAttributeText::TruncFileSize(BString* outString, int64 value, function in class:WidgetAttributeText
1026 fTruncatedWidth = TruncFileSize(outString, fValue, poseView, fOldWidth);
1038 TruncFileSize(&widthString, fValue, poseView, 100000);
1325 TruncFileSize(&fFullValueText, fValue.off_tt, view, 100000);
1326 fTruncatedWidth = TruncFileSize(outString, fValue.off_tt, view,
H A DWidgetAttributeText.h119 static float TruncFileSize(BString* result, int64 src,

Completed in 88 milliseconds