Searched refs:gx_bidi_context_buffer_size (Results 1 – 2 of 2) sorted by relevance
170 …context -> gx_bidi_context_buffer_size = sizeof(GX_BIDI_UNIT) * (UINT)(character_count); /… in _gx_utility_bidi_buffer_allocate()174 …context -> gx_bidi_context_buffer_size += sizeof(ULONG) * (UINT)character_count; /* line index cac… in _gx_utility_bidi_buffer_allocate()197 context -> gx_bidi_context_buffer_size += (UINT)run_stack_size; in _gx_utility_bidi_buffer_allocate()199 …i_context_buffer = (GX_UBYTE *)_gx_system_memory_allocator(context -> gx_bidi_context_buffer_size); in _gx_utility_bidi_buffer_allocate()205 memset(context -> gx_bidi_context_buffer, 0, (size_t)context -> gx_bidi_context_buffer_size); in _gx_utility_bidi_buffer_allocate()444 if (context -> gx_bidi_context_buffer_index > context -> gx_bidi_context_buffer_size) in _gx_utility_bidi_explicit_levels_determine()727 if (context -> gx_bidi_context_buffer_index > context -> gx_bidi_context_buffer_size) in _gx_utility_bidi_level_runs_compute()852 if (context -> gx_bidi_context_buffer_index > context -> gx_bidi_context_buffer_size) in _gx_utiltiy_isolate_run_sequence_append()1084 if (context -> gx_bidi_context_buffer_index > context -> gx_bidi_context_buffer_size) in _gx_utility_bidi_isolate_run_sequences_get()1712 if (buffer_index > context -> gx_bidi_context_buffer_size) in _gx_utility_bidi_bracket_pair_search()[all …]
160 UINT gx_bidi_context_buffer_size; member