Home
last modified time | relevance | path

Searched refs:m_origin (Results 1 – 5 of 5) 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/centroid/
H A Dtranslating_transformer.hpp80 : m_origin(NULL) in translating_transformer()
86 m_origin = boost::addressof(*pt_it); in translating_transformer()
91 : m_origin(boost::addressof(origin)) in translating_transformer()
97 if ( m_origin ) in apply()
98 geometry::subtract_point(res, *m_origin); in apply()
105 if ( m_origin ) in apply_reverse()
106 geometry::add_point(res_pt, *m_origin); in apply_reverse()
109 const point_type * m_origin; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp74 : m_origin(origin) in angle_less()
84 geometry::subtract_point(pv, m_origin); in operator ()()
85 geometry::subtract_point(qv, m_origin); in operator ()()
94 int const side = m_strategy.apply(m_origin, q.point, p.point); in operator ()()
117 Point m_origin; member
127 : m_origin(origin) in angle_equal_to()
137 geometry::subtract_point(pv, m_origin); in operator ()()
138 geometry::subtract_point(qv, m_origin); in operator ()()
145 int const side = m_strategy.apply(m_origin, q.point, p.point); in operator ()()
150 Point m_origin; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
53 m_origin (other.m_origin), m_ggc (other.m_ggc) {} in mem_location()
121 mem_alloc_origin m_origin; variable
600 if ((*it).first->m_origin == origin) in get_list()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmem-stats.h46 m_filename (filename), m_function (function), m_line (line), m_origin in m_filename()
53 m_origin (other.m_origin), m_ggc (other.m_ggc) {} in mem_location()
121 mem_alloc_origin m_origin; variable
600 if ((*it).first->m_origin == origin) in get_list()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp249 m_origin = point1; in add()
277 m_origin = point1; in add()
315 …less_by_side<Point, SideStrategy, less_by_index, Compare> less_unique(m_origin, turn_point, m_stra… in apply()
316 …less_by_side<Point, SideStrategy, less_false, Compare> less_non_unique(m_origin, turn_point, m_str… in apply()
428 Point m_origin; member