Searched refs:text_run (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h17 struct text_run;
26 text_run *run;
48 status_t _AddStyle(Icon *icon, text_run *run);
50 status_t _AddShape(Icon *icon, BShape *shape, text_run *run);
H A DStyledTextImporter.cpp293 text_run *run = NULL;
382 StyledTextImporter::_AddStyle(Icon *icon, text_run *run)
429 StyledTextImporter::_AddShape(Icon *icon, BShape *shape, text_run *run)
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp63 void PrepareTextRun(text_run *current);
68 Stack<text_run *> fGroupStack;
71 text_run *fCurrentRun;
261 text_runs_are_equal(text_run *a, text_run *b)
275 static text_run *
276 copy_text_run(text_run *run)
280 text_run *newRun = new text_run();
299 dump_text_run(text_run *ru
[all...]
/haiku/headers/os/interface/
H A DTextView.h21 struct text_run { struct
29 text_run runs[1];
/haiku/src/apps/terminal/
H A DThemeView.cpp148 + sizeof(text_run) * 16);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp253 text_run run;
/haiku/src/apps/mail/
H A DContent.cpp397 text_run* runs = style->runs;
569 fArray = (text_run_array *)malloc(sizeof(int32) + sizeof(text_run) * entries);
2684 struct text_runs : text_run_array { text_run _runs[1]; } style;
/haiku/src/kits/interface/
H A DTextView.cpp2853 int32 size = sizeof(text_run_array) + (entryCount - 1) * sizeof(text_run);
5450 const text_run* theRun = &runs->runs[0];

Completed in 67 milliseconds