Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/
H A DRenderer.h59 …onst QPointF& pos, RenderState& state, const QColor& color = Qt::black, bool ignoreOwnPos = false);
60 …onst QPointF& pos, RenderState& state, const QColor& color = Qt::black, bool ignoreOwnPos = false);
H A DRenderer.cpp229 …& painter, Clef *c, const QPointF& pos, RenderState& state, const QColor& color, bool ignoreOwnPos) in renderClef() argument
234 …m_style->renderClef(painter, pos.x() + (ignoreOwnPos ? 0 : c->x()), pos.y() + s->top() + (s->lineC… in renderClef()
237 …, KeySignature* ks, const QPointF& pos, RenderState& state, const QColor& color, bool ignoreOwnPos) in renderKeySignature() argument
241 qreal curx = pos.x() + (ignoreOwnPos ? 0 : ks->x()); in renderKeySignature()