Home
last modified time | relevance | path

Searched refs:gMetric (Results 1 – 20 of 20) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_win.cpp868 GLYPHMETRICS gMetric; local
869 memset(&gMetric, 0, sizeof(GLYPHMETRICS));
879 int res = GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat);
884 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y,
885 (int)gMetric.gmBlackBoxX, (int)gMetric.gmBlackBoxY,
886 gMetric.gmCellIncX, gMetric.gmCellIncY);
897 bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat);
906 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat);
916 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y,
917 (int)gMetric.gmBlackBoxX, (int)gMetric.gmBlackBoxY,
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/windows/
H A Dqwindowsfontengine.cpp722 GLYPHMETRICS gMetric; in addGlyphToPath() local
723 memset(&gMetric, 0, sizeof(GLYPHMETRICS)); in addGlyphToPath()
732 if (GetGlyphOutline(hdc, glyph, format, &gMetric, 0, 0, &mat) == GDI_ERROR) in addGlyphToPath()
735 *metric = glyph_metrics_t(gMetric.gmptGlyphOrigin.x, -gMetric.gmptGlyphOrigin.y, in addGlyphToPath()
736 int(gMetric.gmBlackBoxX), int(gMetric.gmBlackBoxY), in addGlyphToPath()
737 gMetric.gmCellIncX, gMetric.gmCellIncY); in addGlyphToPath()
745 const DWORD bufferSize = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, 0, 0, &mat); in addGlyphToPath()
751 ret = GetGlyphOutline(hdc, glyph, glyphFormat, &gMetric, bufferSize, dataBuffer, &mat); in addGlyphToPath()