Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_utility_bidi_paragraph_reorder.c161 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()
493 if ((entry -> gx_bidi_explicit_level <= GX_BIDI_MAX_EXPLICIT_DEPTH) && in _gx_utility_bidi_explicit_levels_determine()
570 if (entry -> gx_bidi_explicit_level <= GX_BIDI_MAX_EXPLICIT_DEPTH && in _gx_utility_bidi_explicit_levels_determine()
/GUIX-v6.2.1/common/inc/
Dgx_utility.h109 #define GX_BIDI_MAX_EXPLICIT_DEPTH 125 macro