![]() |
Qt 6.x
The Qt SDK
|
#include <qsgopenvgfontglyphcache.h>
Collaboration diagram for QSGOpenVGFontGlyphCacheManager:Public Member Functions | |
| QSGOpenVGFontGlyphCacheManager () | |
| ~QSGOpenVGFontGlyphCacheManager () | |
| QSGOpenVGFontGlyphCache * | cache (const QRawFont &font) |
| void | insertCache (const QRawFont &font, QSGOpenVGFontGlyphCache *cache) |
Definition at line 15 of file qsgopenvgfontglyphcache.h.
| QT_BEGIN_NAMESPACE QSGOpenVGFontGlyphCacheManager::QSGOpenVGFontGlyphCacheManager | ( | ) |
Definition at line 11 of file qsgopenvgfontglyphcache.cpp.
| QSGOpenVGFontGlyphCacheManager::~QSGOpenVGFontGlyphCacheManager | ( | ) |
Definition at line 16 of file qsgopenvgfontglyphcache.cpp.
References qDeleteAll().
Here is the call graph for this function:| QSGOpenVGFontGlyphCache * QSGOpenVGFontGlyphCacheManager::cache | ( | const QRawFont & | font | ) |
Definition at line 21 of file qsgopenvgfontglyphcache.cpp.
References font, and QHash< Key, T >::value().
Referenced by QSGOpenVGRenderContext::glyphCache().
Here is the call graph for this function:
Here is the caller graph for this function:| void QSGOpenVGFontGlyphCacheManager::insertCache | ( | const QRawFont & | font, |
| QSGOpenVGFontGlyphCache * | cache | ||
| ) |
Definition at line 26 of file qsgopenvgfontglyphcache.cpp.
References cache, font, and QHash< Key, T >::insert().
Referenced by QSGOpenVGRenderContext::glyphCache().
Here is the call graph for this function:
Here is the caller graph for this function: