Searched refs:line_break_counts (Results 1 – 1 of 1) sorted by relevance
3160 UINT line_break_counts = 0; in _gx_utility_bidi_paragraph_reorder_ext() local3182 line_break_counts++; in _gx_utility_bidi_paragraph_reorder_ext()3187 line_break_counts++; in _gx_utility_bidi_paragraph_reorder_ext()3194 if (((line_break_counts > 1) && (!line_size)) || in _gx_utility_bidi_paragraph_reorder_ext()3195 ((line_break_counts > 0) && (line_size == string.gx_string_length))) in _gx_utility_bidi_paragraph_reorder_ext()3209 … resolved_info -> gx_bidi_resolved_text_info_total_lines = (UINT)(line_break_counts - 1); in _gx_utility_bidi_paragraph_reorder_ext()3213 resolved_info -> gx_bidi_resolved_text_info_total_lines = line_break_counts; in _gx_utility_bidi_paragraph_reorder_ext()3232 line_break_counts = 0; in _gx_utility_bidi_paragraph_reorder_ext() local