Searched refs:XY_ONE (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp44 #define XY_ONE (1 << XY_SHIFT) macro
315 pt1.x -= XY_ONE*2;
316 pt1.y -= XY_ONE*2;
317 pt2.x -= XY_ONE*2;
318 pt2.y -= XY_ONE*2;
346 x_step = XY_ONE;
348 pt2.x += XY_ONE;
350 j = -(pt1.x & (XY_ONE - 1));
351 pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
371 y_step = XY_ONE;
[all...]

Completed in 68 milliseconds