(e44e7f61c843d4fb90a74974e08c6fafa01e7053)
#include "qsgrhiinternaltextnode_p.h"
#include <private/qquadpath_p.h>
#include <private/qsgcurvefillnode_p.h>
#include <private/qsgcurvestrokenode_p.h>
#include <private/qsgcurveprocessor_p.h>
#include <QtCore/qmath.h>
Go to the source code of this file.
|
| static QSpan< const qreal > | dashPatternForStyle (QTextCharFormat::UnderlineStyle style) |
| static QQuadPath | buildDashedPath (qreal x0, qreal x1, qreal cy, QSpan< const qreal > pattern, qreal penWidth) |
| static QQuadPath | buildWavyPath (qreal x0, qreal x1, qreal cy, qreal penWidth) |
| static void | strokePathToNode (QSGNode *parent, const QQuadPath &path, const QColor &color, qreal penWidth) |
|
| static constexpr qreal | dashPattern [] = { 4, 2 } |
| static constexpr qreal | dotPattern [] = { 1, 2 } |
| static constexpr qreal | dashDotPattern [] = { 4, 2, 1, 2 } |
| static constexpr qreal | dashDotDotPattern [] = { 4, 2, 1, 2, 1, 2 } |
| static constexpr qreal | goldenRatio = 1.6180339887498949 |
◆ buildDashedPath()
◆ buildWavyPath()
◆ dashPatternForStyle()
◆ strokePathToNode()
◆ dashDotDotPattern
| constexpr qreal dashDotDotPattern = { 4, 2, 1, 2, 1, 2 } |
|
staticconstexpr |
◆ dashDotPattern
| constexpr qreal dashDotPattern = { 4, 2, 1, 2 } |
|
staticconstexpr |
◆ dashPattern
| constexpr qreal dashPattern = { 4, 2 } |
|
staticconstexpr |
◆ dotPattern
| constexpr qreal dotPattern = { 1, 2 } |
|
staticconstexpr |
◆ goldenRatio
| constexpr qreal goldenRatio = 1.6180339887498949 |
|
staticconstexpr |