Searched refs:ellipsisWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A Dtruncate_string.h11 const float* escapementArray, float fontSize, float ellipsisWidth,
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1781 const float* escapementArray, float fontSize, float ellipsisWidth,
1796 while (totalWidth + ellipsisWidth > width) {
1827 while (totalWidth + ellipsisWidth > width) {
1866 while (leftWidth + rightWidth + ellipsisWidth > width) {
1780 truncate_string(BString& string, uint32 mode, float width, const float* escapementArray, float fontSize, float ellipsisWidth, int32 charCount) argument
H A DFont.cpp968 float ellipsisWidth = StringWidth(B_UTF8_ELLIPSIS); local
979 fSize, ellipsisWidth, numChars);
/haiku/src/servers/app/
H A DServerFont.cpp1172 float ellipsisWidth = StringWidth(B_UTF8_ELLIPSIS, strlen(B_UTF8_ELLIPSIS)); local
1186 ellipsisWidth, numChars);

Completed in 85 milliseconds