Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dpolygon.hpp163 Box const& get_envelope(EnvelopeStrategy const& strategy) const in get_envelope() function
188 geometry::expand(total, item.get_envelope(m_strategy)); in apply()
202 return ! geometry::disjoint(item.get_envelope(m_strategy), box); in apply()
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-memless.c58 static const struct ff_envelope *get_envelope(const struct ff_effect *effect) in get_envelope() function
79 const struct ff_envelope *envelope = get_envelope(state->effect); in calculate_next_time()