Home
last modified time | relevance | path

Searched refs:line_helper (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-bspline.cpp264 auto line_helper = std::make_unique<SPCurve>(); in sp_bspline_do_effect() local
267 line_helper->moveto(sbasis_start.valueAt( in sp_bspline_do_effect()
270 line_helper->moveto(start->first_segment()->initialPoint()); in sp_bspline_do_effect()
279 line_helper->lineto(sbasis_end.valueAt( in sp_bspline_do_effect()
282 line_helper->lineto(end->first_segment()->finalPoint()); in sp_bspline_do_effect()
284 sbasis_helper = line_helper->first_segment()->toSBasis(); in sp_bspline_do_effect()
292 auto line_helper = std::make_unique<SPCurve>(); in sp_bspline_do_effect() local
293 line_helper->moveto(point_at2); in sp_bspline_do_effect()
294 line_helper->lineto(next_point_at1); in sp_bspline_do_effect()
295 sbasis_helper = line_helper->first_segment()->toSBasis(); in sp_bspline_do_effect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pdf/renderer/
H A Dpdf_accessibility_tree.cc506 LineHelper line_helper(text_runs); in AddPageContent() local
658 line_helper.StartNewLine(text_run_index); in AddPageContent()
660 line_helper.ProcessNextRun(text_run_index); in AddPageContent()
663 if (line_helper.IsRunOnSameLine(text_run_index + 1)) { in AddPageContent()
1003 LineHelper line_helper(text_runs); in AddTextToAXNode() local
1024 line_helper.StartNewLine(text_run_index); in AddTextToAXNode()
1026 line_helper.ProcessNextRun(text_run_index); in AddTextToAXNode()
1029 if (line_helper.IsRunOnSameLine(text_run_index + 1)) { in AddTextToAXNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pdf/renderer/
H A Dpdf_accessibility_tree.cc407 LineHelper line_helper(text_runs_); in BuildPageTree() local
495 line_helper.StartNewLine(text_run_index); in BuildPageTree()
497 line_helper.ProcessNextRun(text_run_index); in BuildPageTree()
500 if (line_helper.IsRunOnSameLine(text_run_index + 1)) { in BuildPageTree()
881 LineHelper line_helper(text_runs_); in AddTextToAXNode() local
902 line_helper.StartNewLine(text_run_index); in AddTextToAXNode()
904 line_helper.ProcessNextRun(text_run_index); in AddTextToAXNode()
907 if (line_helper.IsRunOnSameLine(text_run_index + 1)) { in AddTextToAXNode()