Searched refs:GGO_METRICS (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetGlyphOutline.c | 38 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH0, GGO_METRICS, FALSE, { 0 } }, 39 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH1, GGO_METRICS, FALSE, { 0 } }, 40 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH2, GGO_METRICS, FALSE, { 0 } }, 41 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH3, GGO_METRICS, FALSE, { 0 } }, 42 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH4, GGO_METRICS, FALSE, { 0 } }, 43 { __LINE__, L"Tahoma", -12, GDI_ERROR, 0xDEADBEEF, WCH5, GGO_METRICS, FALSE, { 0 } }, 75 { __LINE__, L"Tahoma", -14, GDI_ERROR, 0xDEADBEEF, WCH0, GGO_METRICS, FALSE, { 0 } }, 76 { __LINE__, L"Tahoma", -14, GDI_ERROR, 0xDEADBEEF, WCH1, GGO_METRICS, FALSE, { 0 } }, 77 { __LINE__, L"Tahoma", -14, GDI_ERROR, 0xDEADBEEF, WCH2, GGO_METRICS, FALSE, { 0 } }, 78 { __LINE__, L"Tahoma", -14, GDI_ERROR, 0xDEADBEEF, WCH3, GGO_METRICS, FALSE, { 0 } }, [all …]
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 578 ret = GetGlyphOutlineA(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_outline_font() 658 ret = GetGlyphOutlineA(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_outline_font() 687 ret = GetGlyphOutlineA(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_outline_font() 714 ret = GetGlyphOutlineA(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_outline_font() 4633 const UINT fmt[] = { GGO_METRICS, GGO_BITMAP, GGO_GRAY2_BITMAP, in test_GetGlyphOutline() 4731 if (fmt[i] == GGO_METRICS) in test_GetGlyphOutline() 4744 if (fmt[i] == GGO_METRICS) in test_GetGlyphOutline() 4757 if (fmt[i] == GGO_METRICS) in test_GetGlyphOutline() 4770 if (fmt[i] == GGO_METRICS) { in test_GetGlyphOutline() 5697 GetGlyphOutlineA(hdc, 'A', GGO_METRICS, &gm, 0, NULL, &mat); in test_GetGlyphOutline_metric_clipping() [all …]
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 602 …count = GetGlyphOutlineW(hdc, glyph, GGO_GLYPH_INDEX | GGO_METRICS, &glyph_metrics, 0, NULL, &mat); in test_ID3DXFont()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 4523 if (orientation || (iFormat != GGO_METRICS && iFormat != GGO_BITMAP) || aveWidth || pmat2) in ftGdiGetGlyphOutline() 4693 if (iFormat == GGO_METRICS) in ftGdiGetGlyphOutline()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 848 #define GGO_METRICS 0 macro
|