Searched refs:GX_BIDI_MAX_EXPLICIT_DEPTH (Results 1 – 2 of 2) sorted by relevance
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()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()
109 #define GX_BIDI_MAX_EXPLICIT_DEPTH 125 macro