![]() |
Qt 6.x
The Qt SDK
|
#include <qstroker_p.h>
Collaboration diagram for qfixed2d:Public Member Functions | |
| bool | isFinite () |
| bool | operator== (const qfixed2d &other) const |
Public Attributes | |
| qfixed | x |
| qfixed | y |
Definition at line 66 of file qstroker_p.h.
|
inline |
Definition at line 71 of file qstroker_p.h.
References qIsFinite().
Referenced by QDashStroker::processCurrentSubpath().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 72 of file qstroker_p.h.
References other(), and qFuzzyCompare().
Here is the call graph for this function:| qfixed qfixed2d::x |
Definition at line 68 of file qstroker_p.h.
Referenced by lineIntersectsRect(), lineRectIntersectsRect(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().
| qfixed qfixed2d::y |
Definition at line 69 of file qstroker_p.h.
Referenced by lineIntersectsRect(), lineRectIntersectsRect(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().