Searched refs:psState (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 1346 const SCRIPT_STATE *psState, SCRIPT_ITEM *pItems, in _ItemizeInternal() argument 1373 psControl, psState, pItems, pcItems); in _ItemizeInternal() 1467 if (psState && psControl) in _ItemizeInternal() 1478 if (psState->fOverrideDirection) in _ItemizeInternal() 1482 SCRIPT_STATE s = *psState; in _ItemizeInternal() 1571 if (!overrides[i] && (levels[i] == 0 || (odd(psState->uBidiLevel) in _ItemizeInternal() 1661 layoutRTL = (psState->uBidiLevel || odd(layout_levels[cnt])); in _ItemizeInternal() 1988 SCRIPT_STATE *psState, const int *piDx, in ScriptStringAnalyse() argument 2002 psControl, psState, piDx, pTabdef, pbInClass, pssa); in ScriptStringAnalyse() 2022 if (psState) in ScriptStringAnalyse() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | usp10.h | 270 _In_reads_opt_(1) const SCRIPT_STATE *psState, 333 _In_reads_opt_(1) SCRIPT_STATE *psState,
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 62 …ars, int cMaxItems, const SCRIPT_CONTROL *psControl, const SCRIPT_STATE *psState, SCRIPT_ITEM *pIt…
|