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

/external/opencv/cv/src/
H A Dcvcontours.cpp50 static const CvPoint icvCodeDeltas[8] = variable
75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x;
76 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y;
114 reader->pt.x = pt.x + icvCodeDeltas[code].x;
115 reader->pt.y = pt.y + icvCodeDeltas[code].y;
616 pt.x += icvCodeDeltas[s].x;
617 pt.y += icvCodeDeltas[s].y;
805 pt.x += icvCodeDeltas[s].x;
806 pt.y += icvCodeDeltas[s].y;
/external/opencv/cvaux/src/
H A Dcvsegment.cpp331 const CvPoint icvCodeDeltas[8] = variable
441 pt.x += icvCodeDeltas[s].x;
442 pt.y += icvCodeDeltas[s].y;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2408 static const CvPoint icvCodeDeltas[8] = local
2519 pt.x += icvCodeDeltas[(int)code].x;
2520 pt.y += icvCodeDeltas[(int)code].y;

Completed in 71 milliseconds