Home
last modified time | relevance | path

Searched refs:widthCache (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
H A Dqwindowsfontengine_p.h164 mutable unsigned char *widthCache = nullptr; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
H A Dqwindowsfontengine_p.h164 mutable unsigned char *widthCache = nullptr; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
H A Dqwindowsfontengine_p.h164 mutable unsigned char *widthCache = nullptr; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_win.cpp361 widthCache = 0;
377 if (widthCache)
378 free(widthCache);
460 widthCache = q_check_ptr((unsigned char *)realloc(widthCache,
462 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize);
465 glyphs->advances_x[i] = widthCache[glyph];
489 widthCache[glyph] = width;
H A Dqfontengine_win_p.h143 mutable unsigned char *widthCache; variable
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp271 if (widthCache) in ~QWindowsFontEngine()
272 free(widthCache); in ~QWindowsFontEngine()
371widthCache = reinterpret_cast<unsigned char *>(realloc(widthCache, newSize * sizeof(QFixed))); in recalcAdvances()
372 Q_CHECK_PTR(widthCache); in recalcAdvances()
373 memset(widthCache + widthCacheSize, 0, newSize - widthCacheSize); in recalcAdvances()
376 glyphs->advances[i] = widthCache[glyph]; in recalcAdvances()
400 widthCache[glyph] = uchar(width); in recalcAdvances()
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqfontengine_p.h361 unsigned char widthCache[widthCacheSize]; variable
541 mutable unsigned char widthCache[widthCacheSize]; variable
610 unsigned char widthCache[widthCacheSize]; variable

12