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
QSpanBuffer Class Reference
Collaboration diagram for QSpanBuffer:

Public Member Functions

 QSpanBuffer (ProcessSpans blend, void *data, const QRect &clipRect)
 ~QSpanBuffer ()
void addSpan (int x, int len, int y, int coverage)
 QSpanBuffer (ProcessSpans blend, void *data, const QRect &clipRect)
 ~QSpanBuffer ()
void addSpan (int x, int len, int y, int coverage)

Detailed Description

Definition at line 45 of file qrasterizer.cpp.

Constructor & Destructor Documentation

◆ QSpanBuffer() [1/2]

QSpanBuffer::QSpanBuffer ( ProcessSpans blend,
void * data,
const QRect & clipRect )
inline

Definition at line 47 of file qrasterizer.cpp.

References QSpanBuffer().

Referenced by QSpanBuffer().

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

◆ ~QSpanBuffer() [1/2]

QSpanBuffer::~QSpanBuffer ( )
inline

Definition at line 55 of file qrasterizer.cpp.

◆ QSpanBuffer() [2/2]

QSpanBuffer::QSpanBuffer ( ProcessSpans blend,
void * data,
const QRect & clipRect )
inline

Definition at line 47 of file qrasterizer.cpp.

◆ ~QSpanBuffer() [2/2]

QSpanBuffer::~QSpanBuffer ( )
inline

Definition at line 55 of file qrasterizer.cpp.

Member Function Documentation

◆ addSpan() [1/2]

void QSpanBuffer::addSpan ( int x,
int len,
int y,
int coverage )
inline

Definition at line 60 of file qrasterizer.cpp.

Referenced by QRasterizer::rasterizeLine().

Here is the caller graph for this function:

◆ addSpan() [2/2]

void QSpanBuffer::addSpan ( int x,
int len,
int y,
int coverage )
inline

Definition at line 60 of file qrasterizer.cpp.


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