Searched refs:text (Results 126 - 150 of 543) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp72 BString text(Text());
73 TruncateString(&text, B_TRUNCATE_END, bounds.Width());
74 DrawString(text, BPoint(x, y));
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h28 # define LOG(text...) PRINT((text))
30 # define LOG(text...)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.h32 status_t read_cdtext(int fd, cdtext &text);
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.h16 virtual status_t InitCheck(const char** text);
/haiku/src/apps/bootmanager/
H A DPartitionsPage.h31 void _CreateSizeText(int64 size, BString* text);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.h34 // Display an editable text field in a simple pop-up window
66 const char* text,
89 // user modified the text
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp174 const char* text = Text(); local
175 if (text) {
181 while (text[pos]) {
187 if (text[pos] == c) {
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.h22 bool SetText(const char* text);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h22 FileListItem(const char* text, WatchedFile* file = NULL) argument
24 BStringItem(text),
59 const char* text = item->Text(); local
80 bitmapView->DrawString(text, BPoint(latchRect.Width(), fontHeight));
/haiku/src/preferences/time/
H A DTZDisplay.h38 void SetText(const char* text);
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Dadd_n.S24 .text
H A Dmul_1.S24 .text
H A Dsub_n.S24 .text
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.h25 WindowListItem(const char* text, BWindow* window);
/haiku/src/apps/terminal/
H A DHyperLink.h24 HyperLink(const BString& text,
/haiku/src/kits/mail/
H A Db_mail_message.cpp39 status_t BMailMessage::AddContent(const char *text, int32 length, argument
43 BMemoryIO io(text,length);
54 status_t BMailMessage::AddContent(const char *text, int32 length, argument
58 BMemoryIO io(text,length);
/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.h37 void _ToString(uint32 c, char* text);
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h59 inline BString& _pad_with_spaces(BString& out, const char* text,
215 const char* text);
217 // fetch error text
265 const char* text,
269 int16 spaces = column - (strlen(text) + context.indentLevel());
263 _pad_with_spaces( BString& out, const char* text, ExportContext& context, uint16 column) argument
/haiku/headers/os/mail/
H A DMailComponent.h74 // This is the character set to be used for decoding text
81 // being used in the text components.
98 BTextMailComponent(const char *text = NULL, uint32 defaultCharSet = B_MAIL_NULL_CONVERSION);
106 void SetText(const char *text);
107 void AppendText(const char *text);
125 BString text; member in class:BTextMailComponent
/haiku/headers/os/interface/
H A DStringView.h15 const char* text, uint32 resizingMode
18 BStringView(const char* name, const char* text,
27 void SetText(const char* text);
82 float _StringWidth(const char* text);
H A DAlert.h40 BAlert(const char* title, const char* text,
46 BAlert(const char* title, const char* text,
62 void SetText(const char* text);
103 void _Init(const char* text, const char* button1,
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.h20 const char *request, const char *text = NULL);
33 // displays information text
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dcrt0-efi-x86_64.S37 .text
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp113 BString text = B_TRANSLATE("There were no updates found."); local
114 _SendNotification(header.String(), text.String());
132 BString text(B_TRANSLATE("Click here to run SoftwareUpdater. Some updates "
134 _SendNotification(title, text);
160 BString text; local
164 formatText.Format(text, updateCount);
166 _SendNotification(title.String(), text.String());
308 CheckManager::_SendNotification(const char* title, const char* text) argument
313 notification.SetContent(text);
/haiku/src/apps/haikudepot/util/
H A DLoggingUrlProtocolListener.h27 const char* text);

Completed in 107 milliseconds

1234567891011>>