Searched refs:AllocRunArray (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DTextView.h219 static text_run_array* AllocRunArray(int32 entryCount,
/haiku/src/kits/interface/
H A DTextView.cpp1723 text_run_array* runArray = AllocRunArray(styleRange->count, _size);
2851 BTextView::AllocRunArray(int32 entryCount, int32* outSize) function in class:BTextView
2881 text_run_array* copy = AllocRunArray(countDelta, NULL);
2970 text_run_array* runArray = AllocRunArray(count, _size);

Completed in 130 milliseconds