![]() |
Qt 6.x
The Qt SDK
|
#include <qtextengine_p.h>
Inheritance diagram for QVarLengthGlyphLayoutArray:
Collaboration diagram for QVarLengthGlyphLayoutArray:Public Member Functions | |
| QVarLengthGlyphLayoutArray (int totalGlyphs) | |
| void | resize (int totalGlyphs) |
Public Member Functions inherited from QGlyphLayout | |
| QGlyphLayout () | |
| QGlyphLayout (char *address, int totalGlyphs) | |
| QGlyphLayout | mid (int position, int n=-1) const |
| QFixed | effectiveAdvance (int item) const |
| void | clear (int first=0, int last=-1) |
| char * | data () |
| void | grow (char *address, int totalGlyphs) |
Additional Inherited Members | |
Public Types inherited from QGlyphLayout | |
| enum | { SpaceNeeded } |
Public Attributes inherited from QGlyphLayout | |
| QFixedPoint * | offsets |
| glyph_t * | glyphs |
| QFixed * | advances |
| QGlyphJustification * | justifications |
| QGlyphAttributes * | attributes |
| int | numGlyphs |
Definition at line 231 of file qtextengine_p.h.
|
inline |
Definition at line 236 of file qtextengine_p.h.
References QVarLengthArray< void * >::data(), and QVLABaseBase::size().
Here is the call graph for this function:
|
inline |
Definition at line 243 of file qtextengine_p.h.
References QGlyphLayout::QGlyphLayout(), QVarLengthArray< void * >::data(), QVarLengthArray< void * >::resize(), QVLABaseBase::size(), and QGlyphLayout::SpaceNeeded.
Here is the call graph for this function: