Home
last modified time | relevance | path

Searched refs:m_glyphCount (Results 1 – 25 of 78) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerCoreText.cpp55 m_glyphCount = CTRunGetGlyphCount(ctRun); in ComplexTextRun()
58 m_coreTextIndicesVector.grow(m_glyphCount); in ComplexTextRun()
65 m_glyphsVector.grow(m_glyphCount); in ComplexTextRun()
72 m_advancesVector.grow(m_glyphCount); in ComplexTextRun()
94 m_glyphCount = m_coreTextIndicesVector.size(); in createTextRunFromFontDataCoreText()
96 for (unsigned r = 0, end = m_glyphCount - 1; r < m_glyphCount / 2; ++r, --end) in createTextRunFromFontDataCoreText()
102 m_glyphsVector.fill(0, m_glyphCount); in createTextRunFromFontDataCoreText()
104 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount); in createTextRunFromFontDataCoreText()
H A DComplexTextControllerATSUI.cpp68 complexTextRun->m_glyphCount = count; in overrideLayoutOperation()
78 complexTextRun->m_glyphCount--; in overrideLayoutOperation()
239 m_glyphCount = m_atsuiIndices.size(); in createTextRunFromFontDataATSUI()
241 for (unsigned r = 0, end = m_glyphCount - 1; r < m_glyphCount / 2; ++r, --end) in createTextRunFromFontDataATSUI()
245 m_glyphsVector.fill(0, m_glyphCount); in createTextRunFromFontDataATSUI()
247 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount); in createTextRunFromFontDataATSUI()
/dports/graphics/aseprite/aseprite-1.2.9/src/ft/
H A Dhb_shaper.h47 m_glyphInfo = hb_buffer_get_glyph_infos(buf, &m_glyphCount); in initialize()
48 m_glyphPos = hb_buffer_get_glyph_positions(buf, &m_glyphCount); in initialize()
49 return (m_glyphCount > 0); in initialize()
54 return (m_index < m_glyphCount); in nextChar()
83 unsigned int m_glyphCount; variable
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
H A Ddistancefieldmodel.cpp39 , m_glyphCount(0) in DistanceFieldModel()
88 return m_glyphCount; in rowCount()
128 m_glyphCount = glyphCount; in reserveSpace()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
H A Ddistancefieldmodel.cpp39 , m_glyphCount(0) in DistanceFieldModel()
88 return m_glyphCount; in rowCount()
128 m_glyphCount = glyphCount; in reserveSpace()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0)
304 m_glyphCount = 0;
309 m_glyphCount = qFromBigEndian(header->numGlyphs);
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH…
328 emit fontLoaded(m_glyphCount,
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount);
337 if (m_nextGlyphId == m_glyphCount) {
H A Ddistancefieldmodel.cpp39 , m_glyphCount(0) in DistanceFieldModel()
88 return m_glyphCount; in rowCount()
128 m_glyphCount = glyphCount; in reserveSpace()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
H A Ddistancefieldmodel.cpp39 , m_glyphCount(0) in DistanceFieldModel()
88 return m_glyphCount; in rowCount()
128 m_glyphCount = glyphCount; in reserveSpace()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
H A Ddistancefieldmodel.cpp39 , m_glyphCount(0) in DistanceFieldModel()
88 return m_glyphCount; in rowCount()
128 m_glyphCount = glyphCount; in reserveSpace()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Ddistancefieldmodelworker.cpp110 , m_glyphCount(0) in DistanceFieldModelWorker()
304 m_glyphCount = 0; in readGlyphCount()
309 m_glyphCount = qFromBigEndian(header->numGlyphs); in readGlyphCount()
313 …m_doubleGlyphResolution = qt_fontHasNarrowOutlines(m_font) && m_glyphCount < QT_DISTANCEFIELD_HIGH… in readGlyphCount()
328 emit fontLoaded(m_glyphCount, in loadFont()
335 Q_ASSERT(m_nextGlyphId <= m_glyphCount); in generateOneDistanceField()
337 if (m_nextGlyphId == m_glyphCount) { in generateOneDistanceField()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgfontglyphcache.h72 int glyphCount() const { return m_glyphCount; } in glyphCount()
86 int m_glyphCount; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/openvg/
H A Dqsgopenvgfontglyphcache.h72 int glyphCount() const { return m_glyphCount; } in glyphCount()
86 int m_glyphCount; variable

1234