![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Public Member Functions | |
void | operator|= (const Pt &pt) |
void | operator|= (const Rect &r) |
void | map (const QMatrix4x4 &m) |
void | set (float left, float top, float right, float bottom) |
bool | intersects (const Rect &r) |
bool | isOutsideFloatRange () const |
Public Attributes | |
Pt | tl |
Pt | br |
Definition at line 210 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 242 of file qsgbatchrenderer_p.h.
References br, tl, QSGBatchRenderer::Pt::x, and QSGBatchRenderer::Pt::y.
|
inline |
Definition at line 248 of file qsgbatchrenderer_p.h.
References br, tl, QSGBatchRenderer::Pt::x, and QSGBatchRenderer::Pt::y.
void QSGBatchRenderer::Rect::map | ( | const QMatrix4x4 & | m | ) |
Definition at line 632 of file qsgbatchrenderer.cpp.
References br, operator|=(), tl, QSGBatchRenderer::Pt::x, and QSGBatchRenderer::Pt::y.
Definition at line 213 of file qsgbatchrenderer_p.h.
References br, tl, QSGBatchRenderer::Pt::x, and QSGBatchRenderer::Pt::y.
Referenced by QSGBatchRenderer::Element::computeBounds(), and map().
Definition at line 224 of file qsgbatchrenderer_p.h.
References br, tl, QSGBatchRenderer::Pt::x, and QSGBatchRenderer::Pt::y.
|
inline |
Definition at line 237 of file qsgbatchrenderer_p.h.
References br, QSGBatchRenderer::Pt::set(), and tl.
Pt QSGBatchRenderer::Rect::br |
Definition at line 211 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::Element::computeBounds(), intersects(), isOutsideFloatRange(), map(), QSGBatchRenderer::operator<<(), operator|=(), operator|=(), and set().
Pt QSGBatchRenderer::Rect::tl |
Definition at line 211 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::Element::computeBounds(), intersects(), isOutsideFloatRange(), map(), QSGBatchRenderer::operator<<(), operator|=(), operator|=(), and set().