Searched refs:AllocRunArray (Results 1 - 2 of 2) sorted by last modified time

/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);
/haiku/headers/os/interface/
H A DTextView.h219 static text_run_array* AllocRunArray(int32 entryCount,

Completed in 143 milliseconds