Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint

120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect)
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
157 if ( isPointInRect(cvPoint(x,y),IdealRect) )
160 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),UpRect) &&
161 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),UpRect ) &&
162 // isPointInRect(cvPoint(DownRect.x,DownRect.y),Rect) &&
163 // isPointInRect(cvPoint(DownRect.x + DownRect.width,DownRect.y + DownRect.height),Rect) )
167 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),IdealRect) &&
168 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),IdealRect ) )
306 CvPoint p1 = cvPoint(rect.x,rect.y);
307 CvPoint p2 = cvPoint(rect.x + rect.width,rect.y + rect.height);
320 CvPoint p1 = cvPoint(Rect.x,Rect.y);
321 CvPoint p2 = cvPoint(Rect.x + Rect.width,Rect.y + Rect.height);