Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/flake/artistictextshape/
H A DArtisticTextShape.cpp53 , m_textAnchor(AnchorStart) in ArtisticTextShape()
81 clone->m_textAnchor = m_textAnchor; in cloneShape()
277 if (m_textAnchor == AnchorMiddle) { in createOutline()
279 } else if (m_textAnchor == AnchorEnd) { in createOutline()
535 if (anchor == m_textAnchor) { in setTextAnchor()
546 if (m_textAnchor == AnchorMiddle) { in setTextAnchor()
548 } else if (m_textAnchor == AnchorEnd) { in setTextAnchor()
552 m_textAnchor = anchor; in setTextAnchor()
555 if (m_textAnchor == AnchorMiddle) { in setTextAnchor()
557 } else if (m_textAnchor == AnchorEnd) { in setTextAnchor()
[all …]
H A DArtisticTextShape.h230 TextAnchor m_textAnchor; ///< the actual text anchor variable
/dports/editors/calligra/calligra-3.2.1/plugins/artistictextshape/
H A DArtisticTextShape.cpp51 , m_textAnchor( AnchorStart ), m_textUpdateCounter(0) in ArtisticTextShape()
255 if( m_textAnchor == AnchorMiddle ) in createOutline()
257 else if( m_textAnchor == AnchorEnd ) in createOutline()
511 if( anchor == m_textAnchor ) in setTextAnchor()
521 if( m_textAnchor == AnchorMiddle ) in setTextAnchor()
523 else if( m_textAnchor == AnchorEnd ) in setTextAnchor()
526 m_textAnchor = anchor; in setTextAnchor()
529 if( m_textAnchor == AnchorMiddle ) in setTextAnchor()
531 else if( m_textAnchor == AnchorEnd ) in setTextAnchor()
548 return m_textAnchor; in textAnchor()
H A DArtisticTextShape.h227 TextAnchor m_textAnchor; ///< the actual text anchor variable
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGCanvasItem.cpp1021 m_textAnchor = wxCSS_VALUE_START; in wxSVGCanvasText()
1113 if (style.HasTextAnchor() && m_textAnchor == wxCSS_VALUE_START) { in AddChunk()
1114 m_textAnchor = style.GetTextAnchor(); in AddChunk()
1138 if (m_textAnchor != wxCSS_VALUE_START) { in EndTextAnchor()
1141 if (m_textAnchor == wxCSS_VALUE_END) in EndTextAnchor()
1143 else if (m_textAnchor == wxCSS_VALUE_MIDDLE) in EndTextAnchor()
1146 if (m_textAnchor == wxCSS_VALUE_END) in EndTextAnchor()
1148 else if (m_textAnchor == wxCSS_VALUE_MIDDLE) in EndTextAnchor()
1150 m_textAnchor = wxCSS_VALUE_START; in EndTextAnchor()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGCanvasItem.cpp1000 m_textAnchor = wxCSS_VALUE_START; in wxSVGCanvasText()
1092 if (style.HasTextAnchor() && m_textAnchor == wxCSS_VALUE_START) { in AddChunk()
1093 m_textAnchor = style.GetTextAnchor(); in AddChunk()
1117 if (m_textAnchor != wxCSS_VALUE_START) { in EndTextAnchor()
1120 if (m_textAnchor == wxCSS_VALUE_END) in EndTextAnchor()
1122 else if (m_textAnchor == wxCSS_VALUE_MIDDLE) in EndTextAnchor()
1125 if (m_textAnchor == wxCSS_VALUE_END) in EndTextAnchor()
1127 else if (m_textAnchor == wxCSS_VALUE_MIDDLE) in EndTextAnchor()
1129 m_textAnchor = wxCSS_VALUE_START; in EndTextAnchor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/svg/
H A Dqsvgstyle_p.h347 m_textAnchor = anchor; in setTextAnchor()
394 Qt::Alignment m_textAnchor; variable
H A Dqsvgstyle.cpp235 states.textAnchor = m_textAnchor; in apply()
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/
H A Dqsvgstyle_p.h345 m_textAnchor = anchor; in setTextAnchor()
392 Qt::Alignment m_textAnchor; variable
H A Dqsvgstyle.cpp230 states.textAnchor = m_textAnchor; in apply()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGCanvasItem.h148 wxCSS_VALUE m_textAnchor; /** current text anchor */ variable
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGCanvasItem.h148 wxCSS_VALUE m_textAnchor; /** current text anchor */ variable