Searched refs:GetGlyphIndicesA (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/regtests/bugs/ |
H A D | bug3481.c | 30 result = GetGlyphIndicesA(hdc, text, COUNT, agi, 0); in Test_bug3481()
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 383 383 stdcall GetGlyphIndicesA(long ptr long ptr long)
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 586 count = GetGlyphIndicesA(hdc, &c, 1, &glyph, 0); in test_ID3DXFont() 648 count = GetGlyphIndicesA(hdc, &c, 1, &glyph, 0); in test_ID3DXFont()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 1085 GetGlyphIndicesA( in GetGlyphIndicesA() function
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 3479 ret = GetGlyphIndicesA(hdc, "a", 1, &glyph, 0); in test_ScriptGetGlyphABCWidth() 3523 ret = GetGlyphIndicesA(hdc, "i", 1, &glyph, 0); in test_ScriptGetGlyphABCWidth()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3697 GetGlyphIndicesA(
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 6785 nb = GetGlyphIndicesA(hdc, teststr, len, glyphs, 0); in test_GetCharWidthI()
|