PREV_AROUND_ORG   201 modules/imgproc/src/subdivision2d.cpp     int a = getEdge(edge, PREV_AROUND_ORG);
PREV_AROUND_ORG   202 modules/imgproc/src/subdivision2d.cpp     int b = getEdge(sedge, PREV_AROUND_ORG);
PREV_AROUND_ORG   244 modules/imgproc/src/subdivision2d.cpp     splice( edge, getEdge(edge, PREV_AROUND_ORG) );
PREV_AROUND_ORG   246 modules/imgproc/src/subdivision2d.cpp     splice(sedge, getEdge(sedge, PREV_AROUND_ORG) );
PREV_AROUND_ORG   427 modules/imgproc/src/subdivision2d.cpp         recentEdge = curr_edge = getEdge( curr_edge, PREV_AROUND_ORG );
PREV_AROUND_ORG   447 modules/imgproc/src/subdivision2d.cpp         curr_edge = getEdge(base_edge, PREV_AROUND_ORG);
PREV_AROUND_ORG   451 modules/imgproc/src/subdivision2d.cpp     curr_edge = getEdge( base_edge, PREV_AROUND_ORG );
PREV_AROUND_ORG   458 modules/imgproc/src/subdivision2d.cpp         int temp_edge = getEdge( curr_edge, PREV_AROUND_ORG );
PREV_AROUND_ORG   469 modules/imgproc/src/subdivision2d.cpp             curr_edge = getEdge( curr_edge, PREV_AROUND_ORG );
PREV_AROUND_ORG   804 modules/imgproc/src/subdivision2d.cpp             int o_prev = getEdge(e, PREV_AROUND_ORG );