HomeSort by relevance Sort by last modified time
    Searched refs:start_pt (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvapprox.cpp 526 CvPoint start_pt = {INT_MIN, INT_MIN}, end_pt = {0, 0}, pt = {0,0}; local
553 start_pt = *(CvPoint*)cvGetSeqElem( src_contour, -1 );
555 if( start_pt.x != end_pt.x || start_pt.y != end_pt.y )
577 CV_READ_SEQ_ELEM( start_pt, reader ); /* read the first point */
584 dx = pt.x - start_pt.x;
585 dy = pt.y - start_pt.y;
614 CV_WRITE_SEQ_ELEM( start_pt, writer );
626 CV_READ_SEQ_ELEM( start_pt, reader );
632 dx = end_pt.x - start_pt.x
730 CvPoint2D32f start_pt = {-1e6f, -1e6f}, end_pt = {0, 0}, pt = {0,0}; local
    [all...]
  /external/chromium_org/ui/views/
view.cc     [all...]
view.h 1006 gfx::Point start_pt; member in struct:views::View::DragInfo
    [all...]

Completed in 107 milliseconds