Searched refs:firstIndex (Results 1 - 15 of 15) sorted by relevance

/haiku/src/kits/interface/
H A DOutlineListView.cpp63 _DoSwap(BList& list, int32 firstIndex, int32 secondIndex, BList* firstItems, argument
66 BListItem* item = (BListItem*)list.ItemAt(firstIndex);
67 list.SwapItems(firstIndex, secondIndex);
69 list.RemoveItems(firstIndex + 1, firstItems->CountItems());
70 list.AddList(secondItems, firstIndex + 1);
663 int32 firstIndex = FullListIndexOf(superItem) + 1; local
664 int32 lastIndex = firstIndex;
670 _PopulateTree(tree, fFullList, firstIndex, false);
675 firstIndex = fList.IndexOf(superItem) + 1;
676 lastIndex = firstIndex;
979 _PopulateTree(BList* tree, BList& target, int32& firstIndex, bool onlyVisible) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp632 int32 firstIndex = fFirstChange != NULL ? fChanges.IndexOf(fFirstChange) + 1
638 TRACE(("ApplyChanges(): ascend from %ld to %ld\n", firstIndex,
641 for (int32 i = firstIndex; i <= lastIndex; i++) {
647 TRACE(("ApplyChanges(): descend from %ld to %ld\n", firstIndex - 1,
650 for (int32 i = firstIndex - 1; i > lastIndex; i--) {
670 int32 firstIndex = fFirstChange != NULL ? fChanges.IndexOf(fFirstChange) + 1 local
673 if (fChangesFromSaved < 0 && firstIndex != lastIndex) {
675 ASSERT(firstIndex > lastIndex);
677 int32 temp = firstIndex - 1;
678 firstIndex
[all...]
/haiku/src/tools/fs_shell/
H A Dfd.h82 struct file_descriptor *, int firstIndex);
H A Dfd.cpp96 int firstIndex)
103 for (i = firstIndex; i < context->table_size; i++) {
95 new_fd_etc(struct io_context *context, struct file_descriptor *descriptor, int firstIndex) argument
/haiku/headers/os/game/
H A DWindowScreen.h43 void SetColorList(rgb_color* list, int32 firstIndex = 0,
/haiku/headers/private/kernel/fs/
H A Dfd.h87 int firstIndex);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h215 void _InvalidateHeadersLayout(int32 firstIndex);
216 void _InvalidateHeaders(int32 firstIndex,
H A DHeaderView.cpp1020 HeaderView::_InvalidateHeadersLayout(int32 firstIndex) argument
1032 HeaderView::_InvalidateHeaders(int32 firstIndex, int32 endIndex) argument
/haiku/src/kits/game/
H A DWindowScreen.cpp318 BWindowScreen::SetColorList(rgb_color *list, int32 firstIndex, int32 lastIndex) argument
321 if (firstIndex < 0 || lastIndex > 255 || firstIndex > lastIndex)
329 for (int32 x = firstIndex; x <= lastIndex; x++) {
330 fPalette[x] = list[x - firstIndex];
337 for (int32 x = firstIndex; x <= lastIndex; x++) {
338 fPalette[x] = list[x - firstIndex];
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp337 vga_set_palette(const uint8 *palette, int32 firstIndex, int32 numEntries) argument
339 out8(firstIndex, VGA_COLOR_WRITE_MODE);
341 for (int32 i = firstIndex; i < numEntries; i++) {
611 vesa_set_palette(const uint8 *palette, int32 firstIndex, int32 numEntries) argument
622 regs.edx = firstIndex;
630 vga_set_palette(palette, firstIndex, numEntries);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp165 int32 firstIndex = IndexOf(updateRect.LeftTop()); local
167 if (firstIndex >= 0) {
168 if (lastIndex < firstIndex)
172 for (int32 i = firstIndex; i <= lastIndex; i++) {
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp762 int32 firstIndex = IndexOf(updateRect.LeftTop()); local
764 if (firstIndex >= 0) {
767 if (lastIndex < firstIndex)
770 for (int32 i = firstIndex; i <= lastIndex; i++) {
/haiku/headers/os/interface/
H A DOutlineListView.h126 int32& firstIndex, bool onlyVisible);
/haiku/src/system/kernel/fs/
H A Dfd.cpp115 int firstIndex)
120 if (firstIndex < 0 || (uint32)firstIndex >= context->table_size)
125 for (i = firstIndex; i < context->table_size; i++) {
114 new_fd_etc(struct io_context* context, struct file_descriptor* descriptor, int firstIndex) argument
/haiku/src/kits/tracker/
H A DPoseView.cpp4000 int32 firstIndex = poseList->IndexOf(first); local
4003 int32 from = to < firstIndex ? firstIndex : lastIndex;
6688 int32 firstIndex = CurrentPoseList()->IndexOf( local
6693 if (index == firstIndex) {

Completed in 174 milliseconds