![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrasterizer_p.h>
Public Member Functions | |
QRasterizer () | |
~QRasterizer () | |
void | setAntialiased (bool antialiased) |
void | setClipRect (const QRect &clipRect) |
void | initialize (ProcessSpans blend, void *data) |
void | rasterize (const QT_FT_Outline *outline, Qt::FillRule fillRule) |
void | rasterize (const QPainterPath &path, Qt::FillRule fillRule) |
void | rasterizeLine (const QPointF &a, const QPointF &b, qreal width, bool squareCap=false) |
Definition at line 30 of file qrasterizer_p.h.
QRasterizer::QRasterizer | ( | ) |
Definition at line 592 of file qrasterizer.cpp.
QRasterizer::~QRasterizer | ( | ) |
Definition at line 597 of file qrasterizer.cpp.
void QRasterizer::initialize | ( | ProcessSpans | blend, |
void * | data ) |
Definition at line 607 of file qrasterizer.cpp.
References QRasterizerPrivate::data.
void QRasterizer::rasterize | ( | const QPainterPath & | path, |
Qt::FillRule | fillRule ) |
Definition at line 1212 of file qrasterizer.cpp.
References QRasterizerPrivate::data.
void QRasterizer::rasterize | ( | const QT_FT_Outline * | outline, |
Qt::FillRule | fillRule ) |
Definition at line 1166 of file qrasterizer.cpp.
References QRasterizerPrivate::data.
void QRasterizer::rasterizeLine | ( | const QPointF & | a, |
const QPointF & | b, | ||
qreal | width, | ||
bool | squareCap = false ) |
Definition at line 768 of file qrasterizer.cpp.
References QSpanBuffer::addSpan(), QRasterizerPrivate::antialiased, QRasterizerPrivate::data, intersectPixelFP(), and QScFixed.
void QRasterizer::setAntialiased | ( | bool | antialiased | ) |
Definition at line 602 of file qrasterizer.cpp.
References QRasterizerPrivate::antialiased.
Definition at line 613 of file qrasterizer.cpp.