Searched refs:convexity (Results 1 – 3 of 3) sorted by relevance
158 double convexity = ax * by - ay * bx; in icvRotatingCalipers() local160 if( convexity != 0 ) in icvRotatingCalipers()162 orientation = (convexity > 0) ? 1.f : (-1.f); in icvRotatingCalipers()
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32s() local80 if( CV_SIGN(convexity) == sign2 && (ax != 0 || ay != 0) ) in icvSklansky_32s()151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32f() local153 if( CV_SIGN( convexity ) == sign2 && (ax != 0 || ay != 0) ) in icvSklansky_32f()
1796 SkPath::Convexity convexity = SkPath::kConvex_Convexity; in setPathFromConvexPoints() local1798 convexity = SkPath::kUnknown_Convexity; in setPathFromConvexPoints()1799 path->setConvexity(convexity); in setPathFromConvexPoints()