Home
last modified time | relevance | path

Searched refs:glyphCacheTransform (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12builtinmaterials.cpp476 QTransform glyphCacheTransform = QTransform::fromScale(devicePixelRatio, devicePixelRatio); in QSGD3D12TextMaterial() local
477 if (!fontEngine->supportsTransformation(glyphCacheTransform)) in QSGD3D12TextMaterial()
478 glyphCacheTransform = QTransform(); in QSGD3D12TextMaterial()
480 m_glyphCache = fontEngine->glyphCache(d3dengine, glyphFormat, glyphCacheTransform); in QSGD3D12TextMaterial()
482 m_glyphCache = new QSGD3D12GlyphCache(d3dengine, glyphFormat, glyphCacheTransform); in QSGD3D12TextMaterial()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12builtinmaterials.cpp476 QTransform glyphCacheTransform = QTransform::fromScale(devicePixelRatio, devicePixelRatio); in QSGD3D12TextMaterial() local
477 if (!fontEngine->supportsTransformation(glyphCacheTransform)) in QSGD3D12TextMaterial()
478 glyphCacheTransform = QTransform(); in QSGD3D12TextMaterial()
480 m_glyphCache = fontEngine->glyphCache(d3dengine, glyphFormat, glyphCacheTransform); in QSGD3D12TextMaterial()
482 m_glyphCache = new QSGD3D12GlyphCache(d3dengine, glyphFormat, glyphCacheTransform); in QSGD3D12TextMaterial()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultglyphnode_p.cpp777 QTransform glyphCacheTransform = QTransform::fromScale(devicePixelRatio, devicePixelRatio); in updateCache() local
778 if (!fontEngine->supportsTransformation(glyphCacheTransform)) in updateCache()
779 glyphCacheTransform = QTransform(); in updateCache()
782 m_glyphCache = fontEngine->glyphCache(cacheKey, glyphFormat, glyphCacheTransform, color); in updateCache()
785 … m_glyphCache = new QSGRhiTextureGlyphCache(m_rhi, glyphFormat, glyphCacheTransform, color); in updateCache()
787 … m_glyphCache = new QOpenGLTextureGlyphCache(glyphFormat, glyphCacheTransform, color); in updateCache()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultglyphnode_p.cpp777 QTransform glyphCacheTransform = QTransform::fromScale(devicePixelRatio, devicePixelRatio); in updateCache() local
778 if (!fontEngine->supportsTransformation(glyphCacheTransform)) in updateCache()
779 glyphCacheTransform = QTransform(); in updateCache()
782 m_glyphCache = fontEngine->glyphCache(cacheKey, glyphFormat, glyphCacheTransform, color); in updateCache()
785 … m_glyphCache = new QSGRhiTextureGlyphCache(m_rhi, glyphFormat, glyphCacheTransform, color); in updateCache()
787 … m_glyphCache = new QOpenGLTextureGlyphCache(glyphFormat, glyphCacheTransform, color); in updateCache()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/opengl/gl2paintengineex/
H A Dqpaintengineex_opengl2.cpp1646 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1652 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1660 (QGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1662 cache = new QGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglpaintengine.cpp1765 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1771 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1779 (QOpenGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1781 cache = new QOpenGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopenglpaintengine.cpp1765 QTransform glyphCacheTransform; in drawCachedGlyphs() local
1771 glyphCacheTransform = s->matrix.type() < QTransform::TxRotate ? in drawCachedGlyphs()
1779 (QOpenGLTextureGlyphCache *) fe->glyphCache(cacheKey, glyphFormat, glyphCacheTransform); in drawCachedGlyphs()
1781 cache = new QOpenGLTextureGlyphCache(glyphFormat, glyphCacheTransform); in drawCachedGlyphs()

12