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

/haiku/headers/os/interface/
H A DTextView.h222 int32 countDelta = 0);
/haiku/src/kits/interface/
H A DTextView.cpp2879 BTextView::CopyRunArray(const text_run_array* orig, int32 countDelta) argument
2881 text_run_array* copy = AllocRunArray(countDelta, NULL);
2883 for (int32 i = 0; i < countDelta; i++) {

Completed in 69 milliseconds