Home
last modified time | relevance | path

Searched refs:addIndex (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.cpp74 int32 addIndex; in _Rotate() local
77 addIndex = 0; in _Rotate()
80 addIndex = fPath->CountPoints() - 1; in _Rotate()
87 fPath->AddPoint(point, addIndex); in _Rotate()
88 fPath->SetPoint(addIndex, point, pointIn, pointOut, connected); in _Rotate()
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp130 for (int32 addIndex = 0; addIndex < numItems; addIndex++) { in AttachedToWindow() local
132 = static_cast<TWindowMenuItem*>(ItemAt(addIndex)); in AttachedToWindow()