Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontours.cpp1123 #define CV_GET_WRITTEN_ELEM( writer ) ((writer).ptr - (writer).seq->elem_size) macro
1219 upper_line = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer ); in icvFindContoursInInterval()
1231 tmp_prev->next = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer ); in icvFindContoursInInterval()
1239 tmp_prev->next = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer ); in icvFindContoursInInterval()
1265 tmp_prev->next = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer ); in icvFindContoursInInterval()
1273 tmp_prev = tmp_prev->next = (CvLinkedRunPoint*)CV_GET_WRITTEN_ELEM( writer ); in icvFindContoursInInterval()