![]() |
Qt 6.x
The Qt SDK
|
#include <qfixed_p.h>
Collaboration diagram for QFixedPoint:Public Member Functions | |
| constexpr | QFixedPoint () |
| constexpr | QFixedPoint (QFixed _x, QFixed _y) |
| constexpr QPointF | toPointF () const |
| constexpr bool | operator== (const QFixedPoint &other) const |
Static Public Member Functions | |
| static constexpr QFixedPoint | fromPointF (const QPointF &p) |
Public Attributes | |
| QFixed | x |
| QFixed | y |
Definition at line 161 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 164 of file qfixed_p.h.
Referenced by fromPointF().
Here is the caller graph for this function:Definition at line 165 of file qfixed_p.h.
|
inlinestaticconstexpr |
Definition at line 167 of file qfixed_p.h.
References QFixedPoint(), and QFixed::fromReal().
Referenced by QPainter::drawGlyphRun(), QTextDocumentLayoutPrivate::hitTest(), and QSGTextMaskMaterial::populate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |
Definition at line 170 of file qfixed_p.h.
References other().
Here is the call graph for this function:
|
inlineconstexpr |
Definition at line 166 of file qfixed_p.h.
Referenced by QFreetypeFace::addBitmapToPath(), QFreetypeFace::addGlyphToPath(), QTextDocumentLayoutPrivate::hitTest(), QTextDocumentLayoutPrivate::hitTest(), and QTextDocumentLayoutPrivate::layoutFlow().
Here is the caller graph for this function:| QFixed QFixedPoint::x |
Definition at line 162 of file qfixed_p.h.
Referenced by QFontEngine::alphaMapForGlyph(), QFontEngineFT::boundingBox(), draw_text_item_win(), QPainter::drawStaticText(), QWindowsDirect2DPaintEngine::drawStaticTextItem(), QFontEngine::getGlyphPositions(), QTextDocumentLayout::hitTest(), QTextDocumentLayoutPrivate::hitTest(), QTextDocumentLayoutPrivate::hitTest(), QCoreTextFontEngine::imageForGlyph(), QTextDocumentLayoutPrivate::layoutFlow(), QFontEngineFT::loadGlyph(), QSGTextMaskMaterial::populate(), QFontEngine::tightBoundingBox(), and QFontEngineFT::QGlyphSet::useFastGlyphData().
| QFixed QFixedPoint::y |
Definition at line 163 of file qfixed_p.h.
Referenced by QFontEngine::alphaMapForGlyph(), QFontEngineFT::boundingBox(), draw_text_item_win(), QRasterPaintEngine::drawCachedGlyphs(), QOpenGL2PaintEngineExPrivate::drawCachedGlyphs(), QTextDocumentLayoutPrivate::drawFrame(), QPainter::drawStaticText(), QWindowsDirect2DPaintEngine::drawStaticTextItem(), QFontEngine::getGlyphPositions(), QTextDocumentLayout::hitTest(), QTextDocumentLayoutPrivate::hitTest(), QTextDocumentLayoutPrivate::hitTest(), QTextDocumentLayoutPrivate::hitTest(), QCoreTextFontEngine::imageForGlyph(), QTextDocumentLayoutPrivate::layoutCell(), QTextDocumentLayoutPrivate::layoutFlow(), QTextDocumentLayoutPrivate::layoutTable(), QFontEngineFT::loadGlyph(), QTextureGlyphCache::populate(), QFontEngine::tightBoundingBox(), and QFontEngineFT::QGlyphSet::useFastGlyphData().