Home
last modified time | relevance | path

Searched refs:prev_y (Results 126 – 150 of 510) sorted by relevance

12345678910>>...21

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dspatial.cc578 double prev_x, prev_y; in geom_length() local
589 get_point(&prev_x, &prev_y, data); in geom_length()
597 *len+= sqrt(pow(prev_x-x,2)+pow(prev_y-y,2)); in geom_length()
599 prev_y= y; in geom_length()
845 double prev_x, prev_y; in area() local
856 get_point(&prev_x, &prev_y, data+4); in area()
864 lr_area+= (prev_x + x)* (prev_y - y); in area()
866 prev_y= y; in area()
966 double prev_x, prev_y; in centroid_xy() local
977 get_point(&prev_x, &prev_y, data); in centroid_xy()
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.text/
H A Dmain.c130 double prev_x, prev_y; in main() local
351 prev_y = y; in main()
497 y = prev_y = d + (i ? y : orig_y); in main()
524 y = prev_y = orig_y = d + (i ? orig_y : win.t); in main()
540 y = prev_y + in main()
543 prev_y = y; in main()
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_line_main.c753 int px, py, x, y, prev_x, prev_y; in evas_common_line_draw_line() local
812 if (prev_y != y) in evas_common_line_draw_line()
814 prev_y = y; in evas_common_line_draw_line()
885 int px, py, x, y, prev_x, prev_y; in _evas_draw_line() local
967 if (prev_y != y) in _evas_draw_line()
969 prev_y = y; in _evas_draw_line()
1083 int px, py, x, y, prev_x, prev_y; in evas_common_line_draw_line_aa() local
1146 if (prev_y != y) in evas_common_line_draw_line_aa()
1148 prev_y = y; in evas_common_line_draw_line_aa()
1327 if (prev_y != y) in _evas_draw_line_aa()
[all …]
/dports/emulators/mednafen/mednafen/src/snes/src/ppu/render/
H A Dbg.cpp105 uint16 prev_x = 0xffff, prev_y = 0xffff, prev_optx = 0xffff; in render_line_bg() local
147 if((hoffset >> 3) != prev_x || (voffset >> 3) != prev_y) { in render_line_bg()
149 prev_y = (voffset >> 3); in render_line_bg()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ppu/bppu/render/
H A Dbg.cpp105 uint16 prev_x = 0xffff, prev_y = 0xffff, prev_optx = 0xffff; in render_line_bg() local
147 if((hoffset >> 3) != prev_x || (voffset >> 3) != prev_y) { in render_line_bg()
149 prev_y = (voffset >> 3); in render_line_bg()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/depth/
H A DvpMbtFaceDepthDense.cpp209 double prev_x = 0.0, prev_y = 0.0, prev_z = 0.0; in computeDesiredFeatures() local
229 prev_y = (*point_cloud)(j, i).y; in computeDesiredFeatures()
236 m_pointCloudFace.push_back(prev_y); in computeDesiredFeatures()
260 m_pointCloudFace.push_back(prev_y); in computeDesiredFeatures()
332 double prev_x = 0.0, prev_y = 0.0, prev_z = 0.0; in computeDesiredFeatures() local
352 prev_y = point_cloud[i * width + j][1]; in computeDesiredFeatures()
359 m_pointCloudFace.push_back(prev_y); in computeDesiredFeatures()
383 m_pointCloudFace.push_back(prev_y); in computeDesiredFeatures()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/convert/text/
H A Dshaper.rs626 let (mut prev_mx, mut prev_my, mut prev_x, mut prev_y) = { in collect_normals()
648 prev_y = y; in collect_normals()
652 create_curve_from_line(prev_x, prev_y, x, y) in collect_normals()
655 kurbo::CubicBez::from_points(prev_x, prev_y, x1, y1, x2, y2, x, y) in collect_normals()
658 create_curve_from_line(prev_x, prev_y, prev_mx, prev_my) in collect_normals()
688 prev_y = curve.p3.y; in collect_normals()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/convert/text/
H A Dshaper.rs624 let (mut prev_mx, mut prev_my, mut prev_x, mut prev_y) = { in collect_normals()
646 prev_y = y; in collect_normals()
650 create_curve_from_line(prev_x, prev_y, x, y) in collect_normals()
653 kurbo::CubicBez::from_points(prev_x, prev_y, x1, y1, x2, y2, x, y) in collect_normals()
656 create_curve_from_line(prev_x, prev_y, prev_mx, prev_my) in collect_normals()
686 prev_y = curve.p3.y; in collect_normals()
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_bmp.cpp365 int prev_y = y; in readData() local
380 line_end_flag = y - prev_y; in readData()
387 int prev_y = y; in readData() local
400 line_end_flag = y - prev_y; in readData()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dstepblob.cpp447 int prev_y = box.top(); in EstimateBaselinePosition() local
468 if (prev_run > 0 && prev_y == y_at_x + 1) { in EstimateBaselinePosition()
477 prev_prev_y = prev_y; in EstimateBaselinePosition()
478 prev_y = y_at_x; in EstimateBaselinePosition()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dspatial.cc1334 double prev_x, prev_y; in geom_length() local
1345 get_point(&prev_x, &prev_y, data); in geom_length()
1354 prev_y= y; in geom_length()
1472 prev_y= y; in store_shapes()
1775 double prev_x, prev_y; in area() local
1795 prev_y= y; in area()
1893 double prev_x, prev_y; in centroid_xy() local
1921 prev_y= tmp_y; in centroid_xy()
1972 double prev_x, prev_y; in store_shapes() local
1999 prev_y= first_y; in store_shapes()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dspatial.cc1334 double prev_x, prev_y; in geom_length() local
1345 get_point(&prev_x, &prev_y, data); in geom_length()
1354 prev_y= y; in geom_length()
1472 prev_y= y; in store_shapes()
1775 double prev_x, prev_y; in area() local
1795 prev_y= y; in area()
1893 double prev_x, prev_y; in centroid_xy() local
1921 prev_y= tmp_y; in centroid_xy()
1972 double prev_x, prev_y; in store_shapes() local
1999 prev_y= first_y; in store_shapes()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dspatial.cc1334 double prev_x, prev_y; in geom_length() local
1345 get_point(&prev_x, &prev_y, data); in geom_length()
1354 prev_y= y; in geom_length()
1472 prev_y= y; in store_shapes()
1775 double prev_x, prev_y; in area() local
1795 prev_y= y; in area()
1893 double prev_x, prev_y; in centroid_xy() local
1921 prev_y= tmp_y; in centroid_xy()
1972 double prev_x, prev_y; in store_shapes() local
1999 prev_y= first_y; in store_shapes()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dspatial.cc1334 double prev_x, prev_y; in geom_length() local
1345 get_point(&prev_x, &prev_y, data); in geom_length()
1354 prev_y= y; in geom_length()
1472 prev_y= y; in store_shapes()
1775 double prev_x, prev_y; in area() local
1795 prev_y= y; in area()
1893 double prev_x, prev_y; in centroid_xy() local
1921 prev_y= tmp_y; in centroid_xy()
1972 double prev_x, prev_y; in store_shapes() local
1999 prev_y= first_y; in store_shapes()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dpopup.c41 static gint prev_y; variable
176 gdk_window_get_pointer (root_win, &prev_x, &prev_y, &mask); in title_click_event()
234 mov_y = yp - prev_y; in title_motion_event()
242 prev_y = yp; in title_motion_event()
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dpolygon.c726 int clrx, clby, ty, by, y, yy, prev_y, prev_yy; in __imlib_Polygon_DrawToData_AA() local
734 prev_y = y - 1; in __imlib_Polygon_DrawToData_AA()
735 prev_yy = prev_y << 16; in __imlib_Polygon_DrawToData_AA()
870 if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) in __imlib_Polygon_DrawToData_AA()
937 if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) in __imlib_Polygon_DrawToData_AA()
1033 prev_y = y; in __imlib_Polygon_DrawToData_AA()
1428 int clrx, clby, ty, by, y, yy, prev_y, prev_yy; in __imlib_Polygon_FillToData_AA() local
1436 prev_y = y - 1; in __imlib_Polygon_FillToData_AA()
1437 prev_yy = prev_y << 16; in __imlib_Polygon_FillToData_AA()
1706 if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) in __imlib_Polygon_FillToData_AA()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dsidscale.c73 int prev_y; in idownscale_x() local
78 dda_previous_assign(ss->dda_y, prev_y); in idownscale_x()
80 firstline = prev_y != cur_y; /* at the start of a new group of lines */ in idownscale_x()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dsidscale.c73 int prev_y; in idownscale_x() local
78 dda_previous_assign(ss->dda_y, prev_y); in idownscale_x()
80 firstline = prev_y != cur_y; /* at the start of a new group of lines */ in idownscale_x()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dcurve.py264 prev_x = prev_y = 0
279 cr.move_to(prev_x, prev_y)
283 prev_x, prev_y = current_x, current_y
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/gtkmm/
H A DImageView.hh31 double prev_x, prev_y; member in cadabra::ImageView
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc406 if (n_points && x == prev_x && y == prev_y) in add_point()
412 prev_y= first_y= y; in add_point()
416 shape_area+= prev_x*y - prev_y*x; in add_point()
421 buffer.q_append(prev_y); in add_point()
423 prev_y= y; in add_point()
466 shape_area+= prev_x*first_y - prev_y*first_x; in complete_shape()
473 if (prev_x == first_x && prev_y == first_y) in complete_shape()
486 buffer.q_append(prev_y); in complete_shape()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc406 if (n_points && x == prev_x && y == prev_y) in add_point()
412 prev_y= first_y= y; in add_point()
416 shape_area+= prev_x*y - prev_y*x; in add_point()
421 buffer.q_append(prev_y); in add_point()
423 prev_y= y; in add_point()
466 shape_area+= prev_x*first_y - prev_y*first_x; in complete_shape()
473 if (prev_x == first_x && prev_y == first_y) in complete_shape()
486 buffer.q_append(prev_y); in complete_shape()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dgcalc_tools.cc406 if (n_points && x == prev_x && y == prev_y) in add_point()
412 prev_y= first_y= y; in add_point()
416 shape_area+= prev_x*y - prev_y*x; in add_point()
421 buffer.q_append(prev_y); in add_point()
423 prev_y= y; in add_point()
466 shape_area+= prev_x*first_y - prev_y*first_x; in complete_shape()
473 if (prev_x == first_x && prev_y == first_y) in complete_shape()
486 buffer.q_append(prev_y); in complete_shape()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc406 if (n_points && x == prev_x && y == prev_y) in add_point()
412 prev_y= first_y= y; in add_point()
416 shape_area+= prev_x*y - prev_y*x; in add_point()
421 buffer.q_append(prev_y); in add_point()
423 prev_y= y; in add_point()
466 shape_area+= prev_x*first_y - prev_y*first_x; in complete_shape()
473 if (prev_x == first_x && prev_y == first_y) in complete_shape()
486 buffer.q_append(prev_y); in complete_shape()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dgcalc_tools.cc406 if (n_points && x == prev_x && y == prev_y) in add_point()
412 prev_y= first_y= y; in add_point()
416 shape_area+= prev_x*y - prev_y*x; in add_point()
421 buffer.q_append(prev_y); in add_point()
423 prev_y= y; in add_point()
466 shape_area+= prev_x*first_y - prev_y*first_x; in complete_shape()
473 if (prev_x == first_x && prev_y == first_y) in complete_shape()
486 buffer.q_append(prev_y); in complete_shape()

12345678910>>...21