Symbol: text_run
headers/os/interface/TextView.h
29
text_run runs[1];
src/add-ons/translators/rtf/convert.cpp
259
text_runs_are_equal(text_run *a, text_run *b)
src/add-ons/translators/rtf/convert.cpp
273
static text_run *
src/add-ons/translators/rtf/convert.cpp
274
copy_text_run(text_run *run)
src/add-ons/translators/rtf/convert.cpp
278
text_run *newRun = new text_run();
src/add-ons/translators/rtf/convert.cpp
297
dump_text_run(text_run *run)
src/add-ons/translators/rtf/convert.cpp
354
+ sizeof(text_run) * (fRuns.CountItems() - 1));
src/add-ons/translators/rtf/convert.cpp
361
text_run *run = (text_run *)fRuns.RemoveItem((int32)0);
src/add-ons/translators/rtf/convert.cpp
375
TextOutput::PrepareTextRun(text_run *run)
src/add-ons/translators/rtf/convert.cpp
380
text_run *newRun = copy_text_run(run);
src/add-ons/translators/rtf/convert.cpp
404
text_run *run = NULL;
src/add-ons/translators/rtf/convert.cpp
418
text_run *last = NULL;
src/add-ons/translators/rtf/convert.cpp
61
void PrepareTextRun(text_run *current);
src/add-ons/translators/rtf/convert.cpp
66
Stack<text_run *> fGroupStack;
src/add-ons/translators/rtf/convert.cpp
69
text_run *fCurrentRun;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
293
text_run *run = NULL;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
382
StyledTextImporter::_AddStyle(Icon *icon, text_run *run)
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
429
StyledTextImporter::_AddShape(Icon *icon, BShape *shape, text_run *run)
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.h
17
struct text_run;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.h
26
text_run *run;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.h
48
status_t _AddStyle(Icon *icon, text_run *run);
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.h
50
status_t _AddShape(Icon *icon, BShape *shape, text_run *run);
src/apps/mail/Content.cpp
2684
struct text_runs : text_run_array { text_run _runs[1]; } style;
src/apps/mail/Content.cpp
397
text_run* runs = style->runs;
src/apps/mail/Content.cpp
569
fArray = (text_run_array *)malloc(sizeof(int32) + sizeof(text_run) * entries);
src/apps/poorman/PoorManWindow.cpp
252
text_run run;
src/apps/terminal/ThemeView.cpp
152
+ sizeof(text_run) * 16);
src/kits/interface/TextView.cpp
2885
int32 size = sizeof(text_run_array) + (entryCount - 1) * sizeof(text_run);
src/kits/interface/TextView.cpp
5482
const text_run* theRun = &runs->runs[0];