Home
last modified time | relevance | path

Searched refs:rawFont (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DSimpleFontDataQt.cpp52 QRawFont rawFont(m_platformData.rawFont()); in containsCharacters() local
55 if (!rawFont.supportsCharacter(static_cast<QChar>(characters[i]))) in containsCharacters()
132 QRawFont rawFont(m_platformData.rawFont()); in platformInit() local
133 float descent = rawFont.descent(); in platformInit()
134 float ascent = rawFont.ascent(); in platformInit()
135 float xHeight = rawFont.xHeight(); in platformInit()
136 float lineSpacing = ascent + descent + rawFont.leading() + 1; in platformInit()
139 QVector<QPointF> advances = rawFont.advancesForGlyphIndexes(indexes); in platformInit()
177 QRawFont rawFont(m_platformData.rawFont()); in platformCharWidthInit() local
178 m_avgCharWidth = rawFont.averageCharWidth(); in platformCharWidthInit()
[all …]
H A DFontPlatformData.h78 , rawFont(QRawFont::fromFont(font, QFontDatabase::Any)) in FontPlatformDataPrivate()
86 FontPlatformDataPrivate(const QRawFont& rawFont) in FontPlatformDataPrivate() argument
88 , rawFont(rawFont) in FontPlatformDataPrivate()
89 , size(rawFont.pixelSize()) in FontPlatformDataPrivate()
90 , bold(rawFont.weight() >= QFont::Bold) in FontPlatformDataPrivate()
101 QRawFont rawFont; variable
119 FontPlatformData(const QRawFont& rawFont) in FontPlatformData() argument
120 : m_data(adoptRef(new FontPlatformDataPrivate(rawFont))) in FontPlatformData()
144 QRawFont rawFont() const in rawFont() function
149 return m_data->rawFont; in rawFont()
H A DGlyphPageTreeNodeQt.cpp37 QRawFont rawFont = fontData->platformData().rawFont(); in fill() local
39 QVector<quint32> indexes = rawFont.glyphIndexesForString(qstring); in fill()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qrawfont/
H A Dtst_qrawfont.cpp308 QRawFont rawFont = glyphs.rawFont(); in textLayout() local
309 QVERIFY(rawFont.isValid()); in textLayout()
311 QCOMPARE(rawFont.pixelSize(), 18.0); in textLayout()
610 QVERIFY(rawFont.isValid()); in fromFont()
612 QCOMPARE(rawFont.pixelSize(), 26.0); in fromFont()
641 QVERIFY(rawFont.isValid()); in copyConstructor()
672 outerRawFont = rawFont; in copyConstructor()
709 QVERIFY(rawFont.isValid()); in detach()
748 outerRawFont = rawFont; in detach()
843 QRawFont rawFont = glyphs.rawFont(); in rawFontSetPixelSize() local
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqglyphrun.cpp188 return (d->flags == other.d->flags && d->rawFont == other.d->rawFont); in operator ==()
203 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
205 return d->rawFont; in rawFont()
214 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
217 d->rawFont = rawFont; in setRawFont()
281 d->rawFont = QRawFont(); in clear()
471 if (!d->boundingRect.isEmpty() || !d->rawFont.isValid()) in boundingRect()
478 QRectF glyphRect = d->rawFont.boundingRect(d->glyphIndexData[i]); in boundingRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqglyphrun.cpp159 && d->rawFont == other.d->rawFont); in operator ==()
174 QRawFont QGlyphRun::rawFont() const in rawFont() function in QGlyphRun
176 return d->rawFont; in rawFont()
185 void QGlyphRun::setRawFont(const QRawFont &rawFont) in setRawFont() argument
188 d->rawFont = rawFont; in setRawFont()
252 d->rawFont = QRawFont(); in clear()
H A Dqrawfont.cpp630 QRawFont rawFont; in fromFont() local
641 rawFont = list.at(i).rawFont(); in fromFont()
642 if (rawFont.familyName() == font.family()) in fromFont()
643 return rawFont; in fromFont()
645 return list.at(0).rawFont(); in fromFont()
662 rawFont.d.data()->fontEngine = fe; in fromFont()
663 rawFont.d.data()->fontEngine->ref.ref(); in fromFont()
664 rawFont.d.data()->hintingPreference = font.hintingPreference(); in fromFont()
667 return rawFont; in fromFont()

1234567891011