Lines Matching refs:Point2f
570 static inline int areaSign(Point2f a, Point2f b, Point2f c) in areaSign()
579 static inline bool segmentsIntersect(Point2f a, Point2f b, Point2f c, Point2f d) in segmentsIntersect()
588 static inline bool isRectInside(const Point2f a[4], const Point2f b[4]) in isRectInside()
603 Point2f pt[4] = {Point2f(0,0), Point2f(w,0), Point2f(w,h), Point2f(0,h)}; in isGoodMotion()
604 Point2f Mpt[4]; in isGoodMotion()
616 pt[0] = Point2f(dx, dy); in isGoodMotion()
617 pt[1] = Point2f(w - dx, dy); in isGoodMotion()
618 pt[2] = Point2f(w - dx, h - dy); in isGoodMotion()
619 pt[3] = Point2f(dx, h - dy); in isGoodMotion()
682 Point2f pt[4] = {Point2f(0,0), Point2f(w,0), Point2f(w,h), Point2f(0,h)}; in estimateOptimalTrimRatio()
683 Point2f Mpt[4]; in estimateOptimalTrimRatio()
701 pt[0] = Point2f(dx, dy); in estimateOptimalTrimRatio()
702 pt[1] = Point2f(w - dx, dy); in estimateOptimalTrimRatio()
703 pt[2] = Point2f(w - dx, h - dy); in estimateOptimalTrimRatio()
704 pt[3] = Point2f(dx, h - dy); in estimateOptimalTrimRatio()