Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.cpp452 int hCaughtIdx = hasCaughtAnchor(AEvent->pos()); in mousePressEvent() local
453 if (hCaughtIdx > -1) { in mousePressEvent()
458 FMovingAnchor = hCaughtIdx; in mousePressEvent()
466 FCurve->anchors()->erase(FCurve->anchors()->begin() + hCaughtIdx); in mousePressEvent()
470 if (hCaughtIdx == 0) { in mousePressEvent()
472 } else if (hCaughtIdx == FCurve->anchorCount()) { in mousePressEvent()