/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 | 1004 gfx::Point start_pt; member in struct:views::View::DragInfo [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 188 static POINT start_pt; local 193 start_pt.x = gi.ptsLocation.x; 194 start_pt.y = gi.ptsLocation.y; 201 *start = start_pt; [all...] |