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

/haiku/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp98 int32 rightIndex = -1; local
106 rightIndex = i;
109 TRACE((" leftIndex = %ld, rightIndex = %ld\n", leftIndex, rightIndex));
112 if (leftIndex == -1 || rightIndex == -1 || leftIndex > rightIndex)
116 partitionable_space_data& rightSpace = fSpaces[rightIndex];
121 if (leftIndex == rightIndex && leftSpace.offset < offset
160 int32 deleteLast = rightIndex;
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp366 int32 rightIndex = local
369 for (int32 i = leftIndex; i<rightIndex; i++) {
370 BPoint point((i - leftIndex) * width / (rightIndex - leftIndex),
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1857 int32 rightIndex = charCount - 1; local
1862 = escapementArray[left ? leftIndex : rightIndex] * fontSize;
1869 if (leftIndex == 0 && rightIndex == charCount - 1) {
1876 if (leftIndex > 0 && (rightIndex == charCount - 1
1883 rightWidth -= escapementArray[++rightIndex]
1888 string.RemoveChars(leftIndex, rightIndex + 1 - leftIndex);
1897 rightIndex--;

Completed in 60 milliseconds