Searched refs:B_TRUNCATE_MIDDLE (Results 1 - 25 of 43) sorted by path

12

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp83 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
87 true, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
89 false, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
H A DThreadsPage.cpp125 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
131 1000, true, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
133 1000, false, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.h67 uint32 truncate = B_TRUNCATE_MIDDLE,
87 uint32 truncate = B_TRUNCATE_MIDDLE,
103 uint32 truncate = B_TRUNCATE_MIDDLE,
120 uint32 truncate = B_TRUNCATE_MIDDLE,
140 uint32 truncate = B_TRUNCATE_MIDDLE,
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.h17 uint32 truncate = B_TRUNCATE_MIDDLE,
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp72 font.TruncateString(&truncated, B_TRUNCATE_MIDDLE, fLabelWidth - 10.0);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp69 owner->TruncateString( &truncatedString, B_TRUNCATE_MIDDLE,
/haiku/src/apps/switcher/
H A DWindowsView.cpp156 owner->TruncateString(&fText, B_TRUNCATE_MIDDLE, 200);
/haiku/src/preferences/printers/
H A DJobListView.cpp319 owner->TruncateString(&name, B_TRUNCATE_MIDDLE, pagePt.x - namePt.x);
322 owner->TruncateString(&status, B_TRUNCATE_MIDDLE, sizePt.x - statusPt.x);
H A DPrinterListView.cpp451 owner->TruncateString(&s, B_TRUNCATE_MIDDLE, pendingPt.x - namePt.x);
475 owner->TruncateString(&s, B_TRUNCATE_MIDDLE, bounds.Width() - commentPt.x);
/haiku/src/tests/kits/interface/
H A DTruncateString.cpp22 = { B_TRUNCATE_BEGINNING, B_TRUNCATE_MIDDLE, B_TRUNCATE_END };
/haiku/src/tests/kits/opengl/glinfo/
H A DExtensionsView.cpp40 B_TRUNCATE_MIDDLE);
/haiku/headers/os/interface/
H A DFont.h49 B_TRUNCATE_MIDDLE = 2, enumerator in enum:__anon3
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2359 font.TruncateString(&truncatedLabel, B_TRUNCATE_MIDDLE, availableWidth);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1509 TruncateString(&label, B_TRUNCATE_MIDDLE, possibleLabelWidth);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp308 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
312 40, 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
314 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
316 40, 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
318 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
H A DRegistersView.cpp62 float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
61 RegisterValueColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE, alignment align = B_ALIGN_RIGHT) argument
H A DTeamWindow.cpp1737 fSourcePathView->TruncateString(&truncatedText, B_TRUNCATE_MIDDLE,
H A DThreadListView.cpp373 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
H A DVariablesView.cpp619 float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
618 VariableValueColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE, alignment align = B_ALIGN_RIGHT) argument
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp288 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT), kIDColumn);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2347 TruncateString(&title, B_TRUNCATE_MIDDLE, maxWidth);
/haiku/src/apps/devices/
H A DPropertyList.cpp56 B_TRUNCATE_MIDDLE),
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp419 B_TRUNCATE_MIDDLE), kDeviceColumn);
421 B_TRUNCATE_MIDDLE), kFilesystemColumn);
423 B_TRUNCATE_MIDDLE), kVolumeNameColumn);
425 B_TRUNCATE_MIDDLE), kMountedAtColumn);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp868 B_TRUNCATE_MIDDLE), kTitleColumn);
871 B_TRUNCATE_MIDDLE), kRatingColumn);
874 B_TRUNCATE_MIDDLE), kDescriptionColumn);
886 B_TRUNCATE_MIDDLE), kRepositoryColumn);
896 B_TRUNCATE_MIDDLE), kVersionColumn);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp72 owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,

Completed in 257 milliseconds

12