Home
last modified time | relevance | path

Searched refs:ScriptTextOut (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10.spec40 @ stdcall ScriptTextOut(ptr ptr long long long ptr ptr ptr long ptr long ptr ptr ptr)
H A Dusp10.c2323 hr = ScriptTextOut(analysis->hdc, in SS_ItemOut()
3595 HRESULT WINAPI ScriptTextOut(const HDC hdc, SCRIPT_CACHE *psc, int x, int y, UINT fuOptions, in ScriptTextOut() function
/reactos/sdk/include/psdk/
H A Dusp10.h507 ScriptTextOut(
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2742 hr = ScriptTextOut(NULL, NULL, 0, 0, 0, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL); in test_ScriptTextOut()
2745 hr = ScriptTextOut(NULL, NULL, 0, 0, 0, NULL, &pItem[0].a, NULL, 0, in test_ScriptTextOut()
2749 hr = ScriptTextOut(NULL, &psc, 0, 0, 0, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL); in test_ScriptTextOut()
2754 hr = ScriptTextOut(NULL, &psc, 0, 0, 0, NULL, &pItem[0].a, NULL, 0, in test_ScriptTextOut()
2758 hr = ScriptTextOut(hdc, &psc, 0, 0, 0, NULL, &pItem[0].a, NULL, 0, in test_ScriptTextOut()
2764 hr = ScriptTextOut(hdc, &psc, 0, 0, 0, &rect, &pItem[0].a, NULL, 0, in test_ScriptTextOut()
2836 hr = ScriptTextOut(hdc1, &psc, 0, 0, 0, NULL, &pItem[0].a, NULL, 0, in test_ScriptTextOut2()
2893 hr = ScriptTextOut(hdc, &psc, 0, 0, 0, &rect, &pItem[0].a, NULL, 0, in test_ScriptTextOut3()
/reactos/dll/win32/riched20/
H A Dpaint.c352 ScriptTextOut( c->hDC, &run->style->script_cache, x, y, paint_bg ? ETO_OPAQUE : 0, sel_rect, in draw_text()