XY_ONE            306 modules/imgproc/src/drawing.cpp     pt1.x -= XY_ONE*2;
XY_ONE            307 modules/imgproc/src/drawing.cpp     pt1.y -= XY_ONE*2;
XY_ONE            308 modules/imgproc/src/drawing.cpp     pt2.x -= XY_ONE*2;
XY_ONE            309 modules/imgproc/src/drawing.cpp     pt2.y -= XY_ONE*2;
XY_ONE            337 modules/imgproc/src/drawing.cpp         x_step = XY_ONE;
XY_ONE            339 modules/imgproc/src/drawing.cpp         pt2.x += XY_ONE;
XY_ONE            341 modules/imgproc/src/drawing.cpp         j = -(pt1.x & (XY_ONE - 1));
XY_ONE            342 modules/imgproc/src/drawing.cpp         pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
XY_ONE            362 modules/imgproc/src/drawing.cpp         y_step = XY_ONE;
XY_ONE            363 modules/imgproc/src/drawing.cpp         pt2.y += XY_ONE;
XY_ONE            365 modules/imgproc/src/drawing.cpp         j = -(pt1.y & (XY_ONE - 1));
XY_ONE            366 modules/imgproc/src/drawing.cpp         pt1.x += (int) ((((int64) x_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
XY_ONE            648 modules/imgproc/src/drawing.cpp     Size size = img.size(), sizeScaled(size.width*XY_ONE, size.height*XY_ONE);
XY_ONE            674 modules/imgproc/src/drawing.cpp         x_step = XY_ONE;
XY_ONE            690 modules/imgproc/src/drawing.cpp         y_step = XY_ONE;
XY_ONE            694 modules/imgproc/src/drawing.cpp     pt1.x += (XY_ONE >> 1);
XY_ONE            695 modules/imgproc/src/drawing.cpp     pt1.y += (XY_ONE >> 1);
XY_ONE            710 modules/imgproc/src/drawing.cpp         ICV_PUT_POINT((pt2.x + (XY_ONE >> 1)) >> XY_SHIFT,
XY_ONE            711 modules/imgproc/src/drawing.cpp                       (pt2.y + (XY_ONE >> 1)) >> XY_SHIFT);
XY_ONE            751 modules/imgproc/src/drawing.cpp         ICV_PUT_POINT((pt2.x + (XY_ONE >> 1)) >> XY_SHIFT,
XY_ONE            752 modules/imgproc/src/drawing.cpp                       (pt2.y + (XY_ONE >> 1)) >> XY_SHIFT);
XY_ONE            793 modules/imgproc/src/drawing.cpp         ICV_PUT_POINT((pt2.x + (XY_ONE >> 1)) >> XY_SHIFT,
XY_ONE            794 modules/imgproc/src/drawing.cpp                       (pt2.y + (XY_ONE >> 1)) >> XY_SHIFT);
XY_ONE            993 modules/imgproc/src/drawing.cpp     int delta = (std::max(axes.width,axes.height)+(XY_ONE>>1))>>XY_SHIFT;
XY_ONE           1056 modules/imgproc/src/drawing.cpp         delta1 = delta2 = XY_ONE >> 1;
XY_ONE           1058 modules/imgproc/src/drawing.cpp         delta1 = XY_ONE - 1, delta2 = 0;
XY_ONE           1218 modules/imgproc/src/drawing.cpp             t0.x = (pt0.x + (XY_ONE >> 1)) >> XY_SHIFT;
XY_ONE           1219 modules/imgproc/src/drawing.cpp             t1.x = (pt1.x + (XY_ONE >> 1)) >> XY_SHIFT;
XY_ONE           1356 modules/imgproc/src/drawing.cpp                     x1 = (x1 + XY_ONE - 1) >> XY_SHIFT;
XY_ONE           1560 modules/imgproc/src/drawing.cpp     static const double INV_XY_ONE = 1./XY_ONE;
XY_ONE           1573 modules/imgproc/src/drawing.cpp                 p0.x = (p0.x + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1574 modules/imgproc/src/drawing.cpp                 p0.y = (p0.y + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1575 modules/imgproc/src/drawing.cpp                 p1.x = (p1.x + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1576 modules/imgproc/src/drawing.cpp                 p1.y = (p1.y + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1595 modules/imgproc/src/drawing.cpp             r = (thickness + oddThickness*XY_ONE*0.5)/std::sqrt(r);
XY_ONE           1618 modules/imgproc/src/drawing.cpp                     center.x = (p0.x + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1619 modules/imgproc/src/drawing.cpp                     center.y = (p0.y + (XY_ONE>>1)) >> XY_SHIFT;
XY_ONE           1620 modules/imgproc/src/drawing.cpp                     Circle( img, center, (thickness + (XY_ONE>>1)) >> XY_SHIFT, color, 1 );
XY_ONE           2100 modules/imgproc/src/drawing.cpp     int hscale = cvRound(fontScale*XY_ONE), vscale = hscale;