Searched refs:ScriptLayout (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | usp10.spec | 21 @ stdcall ScriptLayout(long ptr ptr ptr)
|
H A D | usp10.c | 2172 ScriptLayout(analysis->numItems, BidiLevel, NULL, analysis->logical2visual); in ScriptStringAnalyse() 3752 HRESULT WINAPI ScriptLayout(int runs, const BYTE *level, int *vistolog, int *logtovis) in ScriptLayout() function
|
/reactos/dll/win32/lpk/ |
H A D | bidi.c | 298 ScriptLayout(cchLine, plevelLine, NULL, run); in BidiLines() 600 ScriptLayout(nItems, runOrder, visOrder, NULL); in BIDI_Reorder()
|
/reactos/sdk/include/psdk/ |
H A D | usp10.h | 379 ScriptLayout(
|
/reactos/dll/win32/riched20/ |
H A D | wrap.c | 276 ScriptLayout( num_runs, levels, vis_to_log, log_to_vis ); in layout_row()
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 3613 hr = ScriptLayout(sizeof(levels[0]), NULL, vistolog, logtovis); in test_ScriptLayout() 3616 hr = ScriptLayout(sizeof(levels[0]), levels[0], NULL, NULL); in test_ScriptLayout() 3621 hr = ScriptLayout(sizeof(levels[0]), levels[i], vistolog, logtovis); in test_ScriptLayout()
|