Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_tool_freehand_helper.h82 QPainterPath paintOpOutline(const QPointF &savedCursorPos,
H A Dkis_tool_freehand_helper.cpp166 QPainterPath KisToolFreehandHelper::paintOpOutline(const QPointF &savedCursorPos, in paintOpOutline() argument
172 …KisPaintInformation info = m_d->infoBuilder->hover(savedCursorPos, event, !m_d->strokeInfos.isEmpt… in paintOpOutline()
173 QPointF prevPoint = m_d->lastCursorPos.pushThroughHistory(savedCursorPos, currentZoom()); in paintOpOutline()
174 qreal startAngle = KisAlgebra2D::directionBetweenPoints(prevPoint, savedCursorPos, 0); in paintOpOutline()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dconfig.h425 QHash<QString, QVariant> savedCursorPos() { in savedCursorPos() function
H A Dsession.cpp382 if (config.savedCursorPos().isEmpty()) in removeSelected()
H A Dfpwin.cpp2329 QHash<QString, QVariant> cursorPos = restoreCursor == 1 ? config.savedCursorPos() in addText()
/dports/deskutils/treeline/TreeLine/source/
H A Ddataeditors.py935 self.savedCursorPos = None
994 self.savedCursorPos = self.cursorPositionAt(self.mapFromGlobal(point))
995 self.setCursorPosition(self.savedCursorPos)
1078 self.savedCursorPos != None):
1079 self.setCursorPosition(self.savedCursorPos)
1080 self.savedCursorPos = None