Home
last modified time | relevance | path

Searched defs:extreme (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/
Dextreme_points.hpp63 inline void move_along_vector(PointType& point, PointType const& extreme, CoordinateType const& bas… in move_along_vector()
/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp519 __m128i extreme = (type == MorphType::kDilate) ? _mm_setzero_si128() in morph() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp637 __m128i extreme = (type == MorphType::kDilate) ? _mm_setzero_si128() in morph() local