Home
last modified time | relevance | path

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) in CopyRunArray() argument
2881 text_run_array* copy = AllocRunArray(countDelta, NULL); in CopyRunArray()
2883 for (int32 i = 0; i < countDelta; i++) { in CopyRunArray()