Home
last modified time | relevance | path

Searched refs:best_line (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/janet/janet-1.19.2/src/core/
H A Ddebug.c61 int32_t best_line = -1; in janet_debug_find() local
77 if (line <= sourceLine && line >= best_line) { in janet_debug_find()
79 (line > best_line || column > best_column)) { in janet_debug_find()
80 best_line = line; in janet_debug_find()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dpostlinebreak.h55 scaled first_indent, halfword best_line,
H A Dpostlinebreak.w42 is |best_line-prev_graf-1|. The last breakpoint is specified by
81 scaled first_indent, halfword best_line,
437 && (cur_line + 1 == best_line))
469 if (cur_line + 1 != best_line) {
494 r = best_line - cur_line - 1;
498 } else if (cur_line + 2 == best_line) {
611 if ((cur_line != best_line) || (vlink(temp_head) != null))
613 cur_list.pg_field = best_line - 1; /* prevgraf */
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dmetro.cpp68 double best_line(Point normal, const double dist, in best_line() function in sufficient_stats
86 double bl = best_line(n, dist, mean); in best_schematised_line()
189 return ss.best_line(n, dist, mean); in measure()
391 double bl = ss.best_line(n, dist, mean); in test()
574 double newcost = ss.best_line(normal, dist, mean); in merging_version()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dmetro.cpp68 double best_line(Point normal, const double dist, in best_line() function in sufficient_stats
86 double bl = best_line(n, dist, mean); in best_schematised_line()
189 return ss.best_line(n, dist, mean); in measure()
391 double bl = ss.best_line(n, dist, mean); in test()
574 double newcost = ss.best_line(normal, dist, mean); in merging_version()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DpathOrderOptimizer.cpp442 ConstPolygonRef best_line = *polygons[best_line_idx]; in optimize() local
446 const Point& line_end = best_line[line_end_point_idx]; in optimize()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_split/
H A DPageLayoutEstimator.cpp155 const QLineF* best_line = nullptr; in autoDetectTwoPageLayout() local
161 best_line = &line; in autoDetectTwoPageLayout()
165 return std::make_unique<PageLayout>(virtual_image_rect, *best_line); in autoDetectTwoPageLayout()
/dports/games/glbsp/glbsp-2.20/
H A Danalyze.c764 int best_line = -1; in TestForWindowEffect() local
829 best_line = i; in TestForWindowEffect()
835 best_line, best_dist, best_open ? "OPEN" : "CLOSED"); in TestForWindowEffect()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DTextOutputDev.cc4316 TextLine *p, *best_line[2]; in visitSelection() local
4333 best_line[i] = this->lines; in visitSelection()
4336 best_line[i] = NULL; in visitSelection()
4342 best_line[i] = this->lines; in visitSelection()
4345 best_line[i] = NULL; in visitSelection()
4363 best_line[i] = p; in visitSelection()
4370 if (!best_line[0] || !best_line[1]) { in visitSelection()
4385 visitor->visitBlock(this, best_line[start], best_line[stop], selection); in visitSelection()
4402 if (p == best_line[stop]) { in visitSelection()
4411 if (p == best_line[stop]) { in visitSelection()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DTextOutputDev.cc4807 TextLine *p, *best_line[2]; in visitSelection() local
4824 best_line[i] = this->lines; in visitSelection()
4827 best_line[i] = NULL; in visitSelection()
4833 best_line[i] = this->lines; in visitSelection()
4836 best_line[i] = NULL; in visitSelection()
4854 best_line[i] = p; in visitSelection()
4861 if (!best_line[0] || !best_line[1]) { in visitSelection()
4876 visitor->visitBlock(this, best_line[start], best_line[stop], selection); in visitSelection()
4893 if (p == best_line[stop]) { in visitSelection()
4902 if (p == best_line[stop]) { in visitSelection()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.cc4503 TextLine *p, *best_line[2]; in visitSelection() local
4520 best_line[i] = this->lines; in visitSelection()
4523 best_line[i] = NULL; in visitSelection()
4529 best_line[i] = this->lines; in visitSelection()
4532 best_line[i] = NULL; in visitSelection()
4550 best_line[i] = p; in visitSelection()
4557 if (!best_line[0] || !best_line[1]) { in visitSelection()
4572 visitor->visitBlock(this, best_line[start], best_line[stop], selection); in visitSelection()
4589 if (p == best_line[stop]) { in visitSelection()
4598 if (p == best_line[stop]) { in visitSelection()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.cc4503 TextLine *p, *best_line[2]; in visitSelection() local
4520 best_line[i] = this->lines; in visitSelection()
4523 best_line[i] = NULL; in visitSelection()
4529 best_line[i] = this->lines; in visitSelection()
4532 best_line[i] = NULL; in visitSelection()
4550 best_line[i] = p; in visitSelection()
4557 if (!best_line[0] || !best_line[1]) { in visitSelection()
4572 visitor->visitBlock(this, best_line[start], best_line[stop], selection); in visitSelection()
4589 if (p == best_line[stop]) { in visitSelection()
4598 if (p == best_line[stop]) { in visitSelection()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DTextOutputDev.cc4916 TextLine *p, *best_line[2]; in visitSelection() local
4936 best_line[i] = nullptr; in visitSelection()
4945 best_line[i] = nullptr; in visitSelection()
4959 best_line[i] = p; in visitSelection()
4966 if (!best_line[0] || !best_line[1]) { in visitSelection()
4979 visitor->visitBlock(this, best_line[start], best_line[stop], selection); in visitSelection()
4992 if (p == best_line[start]) { in visitSelection()
4996 if (p == best_line[stop]) { in visitSelection()
5001 if (p == best_line[start]) { in visitSelection()
5005 if (p == best_line[stop]) { in visitSelection()
[all …]

1234