Searched refs:srcIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp317 int32 srcIndex = 0;
321 srcIndex = fGapIndex + fGapCount;
325 srcIndex = toIndex;
331 memmove(fBuffer + dstIndex, fBuffer + srcIndex, count);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp266 int32 srcIndex = 0; local
277 status_t r = fWin->GetSourceFileAt(srcIndex, &inFile, &inRef);
322 fWin->RemoveSourceFile(srcIndex);
324 srcIndex++;
333 srcIndex++;
H A DMediaConverterWindow.cpp449 int32 srcIndex = fListView->CurrentSelection(); local
451 status_t status = GetSourceFileAt(srcIndex, &inFile, &inRef);

Completed in 43 milliseconds