Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsarrowsymbollayer.cpp199mScaledArrowWidth = context.renderContext().convertToPainterUnits( arrowWidth(), arrowWidthUnit(),… in startRender()
638mScaledArrowWidth = context.renderContext().convertToPainterUnits( w, arrowWidthUnit(), arrowWidth… in _resolveDataDefined()
755 …const QPolygonF poly = curvedArrow( po, pm, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaled… in renderPolyline()
766 …const QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHe… in renderPolyline()
789 …const QPolygonF poly = curvedArrow( po, pm, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaled… in renderPolyline()
800 …const QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHe… in renderPolyline()
819 …const QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHe… in renderPolyline()
839 …const QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHe… in renderPolyline()
H A Dqgsarrowsymbollayer.h181 double mScaledArrowWidth = 1.0; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsarrowsymbollayer.cpp190mScaledArrowWidth = context.renderContext().convertToPainterUnits( arrowWidth(), arrowWidthUnit(),… in startRender()
629mScaledArrowWidth = context.renderContext().convertToPainterUnits( w, arrowWidthUnit(), arrowWidth… in _resolveDataDefined()
743 …QPolygonF poly = curvedArrow( po, pm, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLe… in renderPolyline()
754 …QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLeng… in renderPolyline()
777 …QPolygonF poly = curvedArrow( po, pm, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLe… in renderPolyline()
788 …QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLeng… in renderPolyline()
807 …QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLeng… in renderPolyline()
827 …QPolygonF poly = straightArrow( po, pd, mScaledArrowStartWidth, mScaledArrowWidth, mScaledHeadLeng… in renderPolyline()
H A Dqgsarrowsymbollayer.h177 double mScaledArrowWidth = 1.0; variable