Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QScanConverter Class Reference
Collaboration diagram for QScanConverter:

Classes

struct  Line

Public Member Functions

 QScanConverter ()
 ~QScanConverter ()
void begin (int top, int bottom, int left, int right, Qt::FillRule fillRule, QSpanBuffer *spanBuffer)
void end ()
void mergeCurve (const QT_FT_Vector &a, const QT_FT_Vector &b, const QT_FT_Vector &c, const QT_FT_Vector &d)
void mergeLine (QT_FT_Vector a, QT_FT_Vector b)
 QScanConverter ()
 ~QScanConverter ()
void begin (int top, int bottom, int left, int right, Qt::FillRule fillRule, QSpanBuffer *spanBuffer)
void end ()
void mergeCurve (const QT_FT_Vector &a, const QT_FT_Vector &b, const QT_FT_Vector &c, const QT_FT_Vector &d)
void mergeLine (QT_FT_Vector a, QT_FT_Vector b)

Detailed Description

Definition at line 97 of file qrasterizer.cpp.

Constructor & Destructor Documentation

◆ QScanConverter() [1/2]

QScanConverter::QScanConverter ( )

Definition at line 178 of file qrasterizer.cpp.

References QScanConverter().

Referenced by QScanConverter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QScanConverter() [1/2]

QScanConverter::~QScanConverter ( )

Definition at line 187 of file qrasterizer.cpp.

◆ QScanConverter() [2/2]

QScanConverter::QScanConverter ( )

◆ ~QScanConverter() [2/2]

QScanConverter::~QScanConverter ( )

Member Function Documentation

◆ begin() [1/2]

void QScanConverter::begin ( int top,
int bottom,
int left,
int right,
Qt::FillRule fillRule,
QSpanBuffer * spanBuffer )

Definition at line 193 of file qrasterizer.cpp.

◆ begin() [2/2]

void QScanConverter::begin ( int top,
int bottom,
int left,
int right,
Qt::FillRule fillRule,
QSpanBuffer * spanBuffer )

◆ end() [1/2]

◆ end() [2/2]

void QScanConverter::end ( )

◆ mergeCurve() [1/2]

void QScanConverter::mergeCurve ( const QT_FT_Vector & a,
const QT_FT_Vector & b,
const QT_FT_Vector & c,
const QT_FT_Vector & d )

Definition at line 439 of file qrasterizer.cpp.

◆ mergeCurve() [2/2]

void QScanConverter::mergeCurve ( const QT_FT_Vector & a,
const QT_FT_Vector & b,
const QT_FT_Vector & c,
const QT_FT_Vector & d )

◆ mergeLine() [1/2]

void QScanConverter::mergeLine ( QT_FT_Vector a,
QT_FT_Vector b )

Definition at line 551 of file qrasterizer.cpp.

References QScFixed.

◆ mergeLine() [2/2]

void QScanConverter::mergeLine ( QT_FT_Vector a,
QT_FT_Vector b )

The documentation for this class was generated from the following file: