Searched refs:end_y (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-09-02-VectorCrash.ll | 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) { 7 %2 = icmp slt i32 0, %end_y ; <i1> [#uses=1]
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_gtk.cc | 173 int end_y = balloon_->GetPosition().y(); in RepositionToBalloon() local 178 anim_frame_end_ = gfx::Rect(end_x, end_y, end_w, end_h); in RepositionToBalloon()
|
/external/opencv/cv/src/ |
D | mycvHaarDetectObjects.cpp | 1168 int end_y = cvRound((img->rows - win_size.height) / ystep); in mycvHaarDetectObjects() local 1206 end_y = cvRound((scan_roi_rect.y + scan_roi_rect.height - win_size.height) / ystep); in mycvHaarDetectObjects() 1219 for( int _iy = start_y; _iy < end_y; _iy++ ) in mycvHaarDetectObjects()
|
D | cvhaar.cpp | 1136 int end_y = cvRound((img->rows - win_size.height) / ystep); in cvHaarDetectObjects() local 1174 end_y = cvRound((scan_roi_rect.y + scan_roi_rect.height - win_size.height) / ystep); in cvHaarDetectObjects() 1187 for( int _iy = start_y; _iy < end_y; _iy++ ) in cvHaarDetectObjects()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 939 int start_x, start_y, end_x, end_y; in WebkitMouseDrag() local 943 !args->GetInteger("end_y", &end_y)) { in WebkitMouseDrag() 966 mouse_event.y = end_y; in WebkitMouseDrag()
|