Home
last modified time | relevance | path

Searched refs:compute_intersection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DNonMaxSuppression.cpp76 inline float compute_intersection(const std::pair<float, float> &b0_min, const std::pair<float, flo… in compute_intersection() function
100 … const float box_weight = compute_intersection(b0_min, b0_max, b1_min, b1_max, b0_size, b1_size); in reject_box()
/aosp_15_r20/external/skia/src/utils/
H A DSkPolyUtils.cpp106 static bool compute_intersection(const OffsetSegment& s0, const OffsetSegment& s1, in compute_intersection() function
281 return compute_intersection(this->fOffset, that->fOffset, p, s, t); in checkIntersection()
407 if (compute_intersection(prevEdge->fOffset, currEdge->fOffset, in SkInsetConvexPolygon()