Searched refs:countDelta (Results 1 – 2 of 2) sorted by relevance
222 int32 countDelta = 0);
2879 BTextView::CopyRunArray(const text_run_array* orig, int32 countDelta) in CopyRunArray() argument2881 text_run_array* copy = AllocRunArray(countDelta, NULL); in CopyRunArray()2883 for (int32 i = 0; i < countDelta; i++) { in CopyRunArray()