Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dbidi_resolver.h127 last_strong(WTF::unicode::kOtherNeutral), in BidiStatus()
137 eor = last_strong = last = direction; in BidiStatus()
147 last_strong(last_strong_dir), in BidiStatus()
173 WTF::unicode::CharDirection last_strong; member
196 status1.last_strong == status2.last_strong &&
250 status_.last_strong = last_strong_dir; in SetLastStrongDir()
462 direction_ = status_.last_strong == WTF::unicode::kLeftToRight in CheckDirectionInLowerRaiseEmbeddingLevel()
479 if (status_.last_strong != WTF::unicode::kLeftToRight) { in LowerExplicitEmbeddingLevel()
520 if (status_.last_strong != WTF::unicode::kLeftToRight) { in RaiseExplicitEmbeddingLevel()
957 status_.last_strong = WTF::unicode::kLeftToRight; in CreateBidiRunsForLine()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dbidi_resolver.h127 last_strong(WTF::unicode::kOtherNeutral), in BidiStatus()
137 eor = last_strong = last = direction; in BidiStatus()
147 last_strong(last_strong_dir), in BidiStatus()
173 WTF::unicode::CharDirection last_strong; member
196 status1.last_strong == status2.last_strong &&
250 status_.last_strong = last_strong_dir; in SetLastStrongDir()
462 direction_ = status_.last_strong == WTF::unicode::kLeftToRight in CheckDirectionInLowerRaiseEmbeddingLevel()
479 if (status_.last_strong != WTF::unicode::kLeftToRight) { in LowerExplicitEmbeddingLevel()
520 if (status_.last_strong != WTF::unicode::kLeftToRight) { in RaiseExplicitEmbeddingLevel()
957 status_.last_strong = WTF::unicode::kLeftToRight; in CreateBidiRunsForLine()
[all …]
/dports/graphics/quesoglc/quesoglc-0.7.2/src/fribidi/
H A Dfribidi.c739 FriBidiCharType last_strong, prev_type_org; in fribidi_analyse_string() local
742 last_strong = base_dir; in fribidi_analyse_string()
753 last_strong = prev_type; in fribidi_analyse_string()
773 if (this_type == FRIBIDI_TYPE_EN && last_strong == FRIBIDI_TYPE_AL) in fribidi_analyse_string()
785 last_strong = base_dir; in fribidi_analyse_string()
804 last_strong = prev_type; in fribidi_analyse_string()
845 if (this_type == FRIBIDI_TYPE_EN && last_strong == FRIBIDI_TYPE_LTR) in fribidi_analyse_string()
/dports/editors/emacs/emacs-27.2/src/
H A Dbidi.c429 bidi_it->last_strong.type = bidi_it->last_strong.orig_type = UNKNOWN_BT; in bidi_set_sos_type()
496 bidi_it->last_strong.type = st.last_strong_type; in bidi_pop_embedding_level()
1154 bidi_it->last_strong.type = bidi_it->last_strong.orig_type = UNKNOWN_BT; in bidi_init_it()
2265 && bidi_it->last_strong.type == STRONG_AL) in bidi_resolve_weak()
2304 && bidi_it->last_strong.type != STRONG_AL) in bidi_resolve_weak()
2316 && bidi_it->last_strong.type == STRONG_AL))) in bidi_resolve_weak()
2320 && bidi_it->last_strong.type != STRONG_AL) in bidi_resolve_weak()
2355 && ((bidi_it->last_strong.type == STRONG_L) in bidi_resolve_weak()
2356 || (bidi_it->last_strong.type == UNKNOWN_BT in bidi_resolve_weak()
2412 if (bidi_it->last_strong.type == STRONG_AL) in bidi_resolve_weak()
[all …]
H A Ddispextern.h2033 struct bidi_saved_info last_strong; /* last-seen strong directional char */ member
H A DChangeLog.132319 next_for_neutral, and last_strong members.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbidi.c429 bidi_it->last_strong.type = bidi_it->last_strong.orig_type = UNKNOWN_BT; in bidi_set_sos_type()
496 bidi_it->last_strong.type = st.last_strong_type; in bidi_pop_embedding_level()
1154 bidi_it->last_strong.type = bidi_it->last_strong.orig_type = UNKNOWN_BT; in bidi_init_it()
2267 && bidi_it->last_strong.type == STRONG_AL) in bidi_resolve_weak()
2306 && bidi_it->last_strong.type != STRONG_AL) in bidi_resolve_weak()
2318 && bidi_it->last_strong.type == STRONG_AL))) in bidi_resolve_weak()
2322 && bidi_it->last_strong.type != STRONG_AL) in bidi_resolve_weak()
2357 && ((bidi_it->last_strong.type == STRONG_L) in bidi_resolve_weak()
2358 || (bidi_it->last_strong.type == UNKNOWN_BT in bidi_resolve_weak()
2414 if (bidi_it->last_strong.type == STRONG_AL) in bidi_resolve_weak()
[all …]
H A Ddispextern.h2042 struct bidi_saved_info last_strong; /* last-seen strong directional char */ member
H A DChangeLog.132319 next_for_neutral, and last_strong members.
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextbtree.c562 PangoDirection last_strong, dir_above_propagated, dir_below_propagated; in gtk_text_btree_resolve_bidi() local
614 last_strong = dir_above_propagated; in gtk_text_btree_resolve_bidi()
618 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
620 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
633 line->dir_propagated_forward != last_strong) in gtk_text_btree_resolve_bidi()
636 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
672 last_strong = dir_below_propagated; in gtk_text_btree_resolve_bidi()
676 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
678 line->dir_propagated_back = last_strong; in gtk_text_btree_resolve_bidi()
691 line->dir_propagated_back != last_strong) in gtk_text_btree_resolve_bidi()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbtree.c578 PangoDirection last_strong, dir_above_propagated, dir_below_propagated; in gtk_text_btree_resolve_bidi() local
630 last_strong = dir_above_propagated; in gtk_text_btree_resolve_bidi()
634 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
636 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
649 line->dir_propagated_forward != last_strong) in gtk_text_btree_resolve_bidi()
652 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
688 last_strong = dir_below_propagated; in gtk_text_btree_resolve_bidi()
692 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
694 line->dir_propagated_back = last_strong; in gtk_text_btree_resolve_bidi()
707 line->dir_propagated_back != last_strong) in gtk_text_btree_resolve_bidi()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbtree.c575 PangoDirection last_strong, dir_above_propagated, dir_below_propagated; in gtk_text_btree_resolve_bidi() local
628 last_strong = dir_above_propagated; in gtk_text_btree_resolve_bidi()
632 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
634 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
647 line->dir_propagated_forward != last_strong) in gtk_text_btree_resolve_bidi()
650 line->dir_propagated_forward = last_strong; in gtk_text_btree_resolve_bidi()
686 last_strong = dir_below_propagated; in gtk_text_btree_resolve_bidi()
690 last_strong = line->dir_strong; in gtk_text_btree_resolve_bidi()
692 line->dir_propagated_back = last_strong; in gtk_text_btree_resolve_bidi()
705 line->dir_propagated_back != last_strong) in gtk_text_btree_resolve_bidi()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc360 status.last = status.last_strong = WTF::unicode::kOtherNeutral; in UpdateMetricsList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc383 status.last = status.last_strong = WTF::unicode::kOtherNeutral; in UpdateMetricsList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/line/
H A Droot_inline_box.cc504 line_break_bidi_status_last_strong_ = status.last_strong; in SetLineBreakInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Droot_inline_box.cc504 line_break_bidi_status_last_strong_ = status.last_strong; in SetLineBreakInfo()