Home
last modified time | relevance | path

Searched refs:first_leaf (Results 1 – 25 of 112) sorted by relevance

12345

/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.cc432 InlineBox* first_leaf = FirstLeafChild(); in ClosestLeafChildForLogicalLeftPosition() local
435 if (first_leaf != last_leaf) { in ClosestLeafChildForLogicalLeftPosition()
436 if (first_leaf->IsLineBreak()) in ClosestLeafChildForLogicalLeftPosition()
437 first_leaf = first_leaf->NextLeafChildIgnoringLineBreak(); in ClosestLeafChildForLogicalLeftPosition()
442 if (first_leaf == last_leaf && in ClosestLeafChildForLogicalLeftPosition()
443 (!only_editable_leaves || IsEditableLeaf(first_leaf))) in ClosestLeafChildForLogicalLeftPosition()
444 return first_leaf; in ClosestLeafChildForLogicalLeftPosition()
447 if (left_position <= first_leaf->LogicalLeft() && in ClosestLeafChildForLogicalLeftPosition()
448 !first_leaf->GetLineLayoutItem().IsListMarker() && in ClosestLeafChildForLogicalLeftPosition()
452 return first_leaf; in ClosestLeafChildForLogicalLeftPosition()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Droot_inline_box.cc432 InlineBox* first_leaf = FirstLeafChild(); in ClosestLeafChildForLogicalLeftPosition() local
435 if (first_leaf != last_leaf) { in ClosestLeafChildForLogicalLeftPosition()
436 if (first_leaf->IsLineBreak()) in ClosestLeafChildForLogicalLeftPosition()
437 first_leaf = first_leaf->NextLeafChildIgnoringLineBreak(); in ClosestLeafChildForLogicalLeftPosition()
442 if (first_leaf == last_leaf && in ClosestLeafChildForLogicalLeftPosition()
443 (!only_editable_leaves || IsEditableLeaf(first_leaf))) in ClosestLeafChildForLogicalLeftPosition()
444 return first_leaf; in ClosestLeafChildForLogicalLeftPosition()
447 if (left_position <= first_leaf->LogicalLeft() && in ClosestLeafChildForLogicalLeftPosition()
448 !first_leaf->GetLineLayoutItem().IsListMarker() && in ClosestLeafChildForLogicalLeftPosition()
452 return first_leaf; in ClosestLeafChildForLogicalLeftPosition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/line/
H A Dsvg_root_inline_box.cc116 InlineBox* first_leaf = FirstLeafChild(); in ClosestLeafChildForPosition() local
118 if (first_leaf == last_leaf) in ClosestLeafChildForPosition()
119 return first_leaf; in ClosestLeafChildForPosition()
123 for (InlineBox* leaf = first_leaf; leaf; leaf = leaf->NextLeafChild()) { in ClosestLeafChildForPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/line/
H A Dsvg_root_inline_box.cc116 InlineBox* first_leaf = FirstLeafChild(); in ClosestLeafChildForPosition() local
118 if (first_leaf == last_leaf) in ClosestLeafChildForPosition()
119 return first_leaf; in ClosestLeafChildForPosition()
123 for (InlineBox* leaf = first_leaf; leaf; leaf = leaf->NextLeafChild()) { in ClosestLeafChildForPosition()
/dports/devel/py-black/black-21.7b0/src/black/
H A Dlines.py132 first_leaf = self.leaves[0]
140 return (first_leaf.type == token.NAME and first_leaf.value == "def") or (
141 first_leaf.type == token.ASYNC
442 first_leaf = current_line.leaves[0]
443 before = first_leaf.prefix.count("\n")
445 first_leaf.prefix = ""
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_orr_octree.cpp355 std::vector<ORROctree::Node*>::iterator first_leaf = octree->getFullLeaves ().begin (); in show_octree() local
356 if ( first_leaf != octree->getFullLeaves ().end () ) in show_octree()
357 printf("leaf size = %f\n", (*first_leaf)->getBounds ()[1] - (*first_leaf)->getBounds ()[0]); in show_octree()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_test.cc352 int dump_graph(SELECT_LEX *select_lex, TABLE_LIST *first_leaf);
411 TABLE_LIST *first_leaf) { in dump_graph() argument
439 dump_one_struct(first_leaf); in dump_graph()
454 for (TABLE_LIST *tl = first_leaf; tl; tl = tl->next_leaf) in dump_graph()
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_timer.c72 st->ratnode.timer_root = &st->ratnode.first_leaf; in iv_timer_init()
78 struct iv_timer_ *t = st->ratnode.first_leaf.child[1]; in iv_get_soonest_timeout()
101 struct iv_timer_ *t = st->ratnode.first_leaf.child[1]; in iv_run_timers()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_timer.c72 st->ratnode.timer_root = &st->ratnode.first_leaf; in iv_timer_init()
78 struct iv_timer_ *t = st->ratnode.first_leaf.child[1]; in iv_get_soonest_timeout()
101 struct iv_timer_ *t = st->ratnode.first_leaf.child[1]; in iv_run_timers()
/dports/devel/py-jedi/jedi-0.18.0/jedi/
H A Dparser_utils.py90 first_leaf = child.get_first_leaf()
91 if first_leaf in _FLOW_KEYWORDS:
92 keyword = first_leaf
/dports/audio/festival/speech_tools/ling_class/
H A DEST_Item.cc363 return next()->first_leaf(); in next_leaf()
386 EST_Item *EST_Item::first_leaf() const in first_leaf() function in EST_Item
394 return down()->first_leaf(); in first_leaf()
412 return root->first_leaf(); in first_leaf_in_tree()
/dports/audio/festival/festival/src/modules/parser/
H A Dpparser.cc129 s = first_leaf(st)->as_relation("Word"); in FT_MultiParse_Utt()
130 e = first_leaf(et->next())->as_relation("Word"); in FT_MultiParse_Utt()
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dsubtree.h97 } first_leaf; member
201 return self.ptr->first_leaf.symbol; in ts_subtree_leaf_symbol()
207 return self.ptr->first_leaf.parse_state; in ts_subtree_leaf_parse_state()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dsubtree.h97 } first_leaf; member
201 return self.ptr->first_leaf.symbol; in ts_subtree_leaf_symbol()
207 return self.ptr->first_leaf.parse_state; in ts_subtree_leaf_parse_state()
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dsubtree.h96 } first_leaf; member
200 return self.ptr->first_leaf.symbol; in ts_subtree_leaf_symbol()
206 return self.ptr->first_leaf.parse_state; in ts_subtree_leaf_parse_state()
/dports/devel/py-jedi/jedi-0.18.0/jedi/api/
H A Dhelpers.py318 first_leaf = node.get_first_leaf()
319 if first_leaf.type == 'name' and first_leaf.start_pos >= position:
320 yield 0, remove_after_pos(first_leaf), False
/dports/audio/festival/speech_tools/testsuite/
H A Dling_example.cc498 for (s = first_leaf(tree.head()); s != last_leaf(tree.head()); in main()
572 for (s = first_leaf(syntax->head()); s != last_leaf(syntax->head()); in main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_test.cc590 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
661 TABLE_LIST *first_leaf) in dump_graph() argument
693 dump_one_struct(first_leaf); in dump_graph()
710 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_test.cc590 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
661 TABLE_LIST *first_leaf) in dump_graph() argument
693 dump_one_struct(first_leaf); in dump_graph()
710 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_test.cc579 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
650 TABLE_LIST *first_leaf) in dump_graph() argument
682 dump_one_struct(first_leaf); in dump_graph()
699 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_test.cc579 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
650 TABLE_LIST *first_leaf) in dump_graph() argument
682 dump_one_struct(first_leaf); in dump_graph()
699 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_test.cc579 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
650 TABLE_LIST *first_leaf) in dump_graph() argument
682 dump_one_struct(first_leaf); in dump_graph()
699 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_test.cc579 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
650 TABLE_LIST *first_leaf) in dump_graph() argument
682 dump_one_struct(first_leaf); in dump_graph()
699 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_test.cc579 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
650 TABLE_LIST *first_leaf) in dump_graph() argument
682 dump_one_struct(first_leaf); in dump_graph()
699 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_test.cc590 int dump_graph(st_select_lex *select_lex, TABLE_LIST *first_leaf);
661 TABLE_LIST *first_leaf) in dump_graph() argument
693 dump_one_struct(first_leaf); in dump_graph()
710 for (TABLE_LIST *tl=first_leaf; tl; tl= tl->next_leaf) in dump_graph()

12345