Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_utility_bidi_paragraph_reorder.c91 INT max_depth = 0; in _gx_utility_bidi_buffer_allocate() local
153 if (depth > max_depth) in _gx_utility_bidi_buffer_allocate()
155 max_depth = depth; in _gx_utility_bidi_buffer_allocate()
161 if (max_depth > GX_BIDI_MAX_EXPLICIT_DEPTH + 1) in _gx_utility_bidi_buffer_allocate()
163 max_depth = GX_BIDI_MAX_EXPLICIT_DEPTH + 1; in _gx_utility_bidi_buffer_allocate()
179 explicite_stack_size = (INT)sizeof(GX_BIDI_EXPLICIT_ENTRY) * (max_depth + 1); in _gx_utility_bidi_buffer_allocate()