Home
last modified time | relevance | path

Searched refs:GetGlyphIndicesA (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/regtests/bugs/
H A Dbug3481.c30 result = GetGlyphIndicesA(hdc, text, COUNT, agi, 0); in Test_bug3481()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec383 383 stdcall GetGlyphIndicesA(long ptr long ptr long)
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c586 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 Dfont.c1085 GetGlyphIndicesA( in GetGlyphIndicesA() function
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c3479 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 Dwingdi.h3697 GetGlyphIndicesA(
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c6785 nb = GetGlyphIndicesA(hdc, teststr, len, glyphs, 0); in test_GetCharWidthI()