Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dusp10.c1360 WORD *layout_levels = NULL; in _ItemizeInternal() local
1475 if (!(layout_levels = heap_calloc(cInChars, sizeof(*layout_levels)))) in _ItemizeInternal()
1485 if (odd(layout_levels[0])) in _ItemizeInternal()
1488 if (layout_levels[i]!=layout_levels[0]) in _ItemizeInternal()
1503 baselayout = layout_levels[0]; in _ItemizeInternal()
1511 heap_free(layout_levels); in _ItemizeInternal()
1514 layout_levels = NULL; in _ItemizeInternal()
1659 layoutRTL = odd(layout_levels[cnt]); in _ItemizeInternal()
1732 layoutRTL = odd(layout_levels[cnt]); in _ItemizeInternal()
1758 if (layout_levels[cnt] == 0) in _ItemizeInternal()
[all …]