Home
last modified time | relevance | path

Searched refs:x_jump (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libpano13/libpano13-2.9.20/
H A DTODO.org283 whole projection. The reason for this problem seems to be the x_jump in
290 x_jump = (y==0 || y==TrPtr->src->height) ? 1 : TrPtr->src->width/2;
292 x_jump = (y==0 || y==TrPtr->src->height ||
H A DPTcommon.c487 int x, y, x_jump; in getROI() local
528x_jump = (y==0 || y==TrPtr->src->height || abs(y - TrPtr->src->height/2)<=5) ? 1 : TrPtr->src->wid… in getROI()
530 for (x = 0; x <= TrPtr->src->width; x += x_jump) { in getROI()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DConic_x_monotone_arc_2.h553 const double x_jump = (x_right - x_left) / n; in polyline_approximation() local
563 x = x_left + x_jump*i; in polyline_approximation()
H A DCircle_segment_2.h2035 const double x_jump = (x_right - x_left) / n; in approximate() local
2043 x = x_left + x_jump*i; in approximate()