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

/haiku-fatelf/src/kits/tracker/
H A DPoseList.cpp45 PoseList::FindPose(const node_ref* node, int32* resultingIndex) const
52 if (resultingIndex)
53 *resultingIndex = index;
63 PoseList::FindPose(const entry_ref* entry, int32* resultingIndex) const
70 if (resultingIndex)
71 *resultingIndex = index;
81 PoseList::FindPose(const Model* model, int32* resultingIndex) const
83 return FindPose(model->NodeRef(), resultingIndex);
88 PoseList::DeepFindPose(const node_ref* node, int32* resultingIndex) const
95 if (resultingIndex)
[all...]
H A DPoseView.cpp6682 int32 resultingIndex = -1; local
6693 resultingIndex = poseList->IndexOf(selectedPose) - 1;
6694 poseToSelect = poseList->ItemAt(resultingIndex);
6696 resultingIndex = poseList->CountItems() - 1;
6700 resultingIndex = poseList->CountItems() - 1;
6708 resultingIndex = poseList->IndexOf(selectedPose) + 1;
6709 poseToSelect = poseList->ItemAt(resultingIndex);
6711 resultingIndex = 0;
6715 resultingIndex = 0;
6720 *poseIndex = resultingIndex;
7863 FindZombie(const node_ref* itemNode, int32* resultingIndex) argument
9055 BSearchList(PoseList* poseList, const BPose* pose, int32* resultingIndex, int32 oldIndex) argument
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DResourceSet.cpp418 size_t indexLength, size_t* resultingIndex)
420 *resultingIndex++ = 0;
426 *resultingIndex++ = (size_t)pos + 1;
417 MakeIndex(const char* strings, ssize_t len, size_t indexLength, size_t* resultingIndex) argument

Completed in 110 milliseconds