Home
last modified time | relevance | path

Searched defs:geometry (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/third_party/boost/boost/geometry/algorithms/
Dmake.hpp21 namespace boost { namespace geometry namespace
50 Geometry geometry; in make_points() local
83 Geometry geometry; in make() local
117 Geometry geometry; in make() local
132 Geometry geometry; in make() local
168 Geometry geometry; in make_inverse() local
189 Geometry geometry; in make_zero() local
Dassign.hpp47 namespace boost { namespace geometry namespace
70 inline void assign_points(Geometry& geometry, Range const& range) in assign_points()
97 inline void assign_inverse(Geometry& geometry) in assign_inverse()
117 inline void assign_zero(Geometry& geometry) in assign_zero()
147 inline void assign_values(Geometry& geometry, Type const& c1, Type const& c2) in assign_values()
179 inline void assign_values(Geometry& geometry, in assign_values()
206 inline void assign_values(Geometry& geometry, in assign_values()
/third_party/NuttX/fs/vfs/include/
Ddriver.h52 struct geometry struct
75 int (*geometry)(struct Vnode *vnode, struct geometry *geometry); argument
/third_party/boost/libs/geometry/test/algorithms/
Dtest_length.hpp24 void test_length(Geometry const& geometry, long double expected_length) in test_length()
44 void test_length(Geometry const& geometry, long double expected_length, Strategy strategy) in test_length()
66 Geometry geometry; in test_geometry() local
77 Geometry geometry; in test_geometry() local
86 void test_empty_input(Geometry const& geometry) in test_empty_input()
Dtest_perimeter.hpp23 void test_perimeter(Geometry const& geometry, long double expected_perimeter) in test_perimeter()
44 void test_perimeter(Geometry const& geometry, long double expected_perimeter, Strategy strategy) in test_perimeter()
66 Geometry geometry; in test_geometry() local
79 Geometry geometry; in test_geometry() local
90 void test_empty_input(Geometry const& geometry) in test_empty_input()
Dtest_centroid.hpp54 void test_with_other_calculation_type(Geometry const& geometry, Point& c1) in test_with_other_calculation_type()
69 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid()
95 Geometry geometry; in test_centroid() local
102 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid()
116 Geometry geometry; in test_centroid_exception() local
132 Geometry geometry; in test_centroid_exception() local
Dtest_simplify.hpp118 void check_geometry(Geometry const& geometry, in check_geometry()
128 void check_geometry(Geometry const& geometry, in check_geometry()
139 void check_geometry_with_area(Geometry const& geometry, in check_geometry_with_area()
156 Geometry geometry, expected; in test_geometry() local
213 Geometry geometry, expected; in test_geometry() local
234 Geometry geometry; in test_geometry() local
Dtest_is_simple.hpp47 void test_simple_s(Geometry const& geometry, in test_simple_s()
66 void test_simple(Geometry const& geometry, bool expected_result, in test_simple()
106 void test_simple(Geometry const& geometry, in test_simple()
Dtest_for_each.hpp87 void test_per_point_const(Geometry const& geometry, int expected) in test_per_point_const()
117 void test_per_point_non_const(Geometry& geometry, in test_per_point_non_const()
192 Geometry geometry; in test_per_point() local
201 void test_per_segment_const(Geometry const& geometry, in test_per_segment_const()
225 void test_per_segment_non_const(Geometry& geometry, in test_per_segment_non_const()
254 Geometry geometry; in test_per_segment() local
Dtest_correct.hpp31 void check_geometry(Geometry const& geometry, std::string const& expected) in check_geometry()
42 Geometry geometry; in test_geometry() local
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dinterface.hpp31 namespace boost { namespace geometry namespace
118 inline bool is_valid(Geometry const& geometry, in is_valid()
143 inline bool is_valid(Geometry const& geometry, Strategy const& strategy) in is_valid()
163 inline bool is_valid(Geometry const& geometry) in is_valid()
188 inline bool is_valid(Geometry const& geometry, validity_failure_type& failure, Strategy const& stra… in is_valid()
213 inline bool is_valid(Geometry const& geometry, validity_failure_type& failure) in is_valid()
238 inline bool is_valid(Geometry const& geometry, std::string& message, Strategy const& strategy) in is_valid()
264 inline bool is_valid(Geometry const& geometry, std::string& message) in is_valid()
Dhas_valid_self_turns.hpp32 namespace boost { namespace geometry namespace
75 static inline bool apply(Geometry const& geometry, in apply()
111 … static inline bool apply(Geometry const& geometry, VisitPolicy& visitor, Strategy const& strategy) in apply()
/third_party/boost/boost/geometry/algorithms/detail/
Dassign_indexed_point.hpp24 namespace boost { namespace geometry namespace
47 inline void assign_point_to_index(Point const& point, Geometry& geometry) in assign_point_to_index()
75 inline void assign_point_from_index(Geometry const& geometry, Point& point) in assign_point_from_index()
Dthrow_on_empty_input.hpp41 namespace boost { namespace geometry namespace
49 inline void throw_on_empty_input(Geometry const& geometry) in throw_on_empty_input()
Dsingle_geometry.hpp24 namespace boost { namespace geometry { namespace
76 single_geometry(Geometry & geometry, Id const& id) in single_geometry()
84 single_geometry(Geometry const& geometry, Id const& id) in single_geometry()
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dinterface.hpp43 namespace boost { namespace geometry namespace
153 inline void envelope(Geometry const& geometry, Box& mbr, Strategy const& strategy) in envelope()
174 inline void envelope(Geometry const& geometry, Box& mbr) in envelope()
199 inline Box return_envelope(Geometry const& geometry, Strategy const& strategy) in return_envelope()
222 inline Box return_envelope(Geometry const& geometry) in return_envelope()
/third_party/boost/libs/geometry/test/algorithms/area/
Dtest_area.hpp25 void test_area(Geometry const& geometry, in test_area()
61 Geometry geometry; in test_geometry() local
67 void test_empty_input(Geometry const& geometry) in test_empty_input()
/third_party/boost/boost/geometry/iterators/
Dpoint_reverse_iterator.hpp20 namespace boost { namespace geometry namespace
66 points_rbegin(Geometry& geometry) in points_rbegin()
78 points_rend(Geometry& geometry) in points_rend()
/third_party/boost/boost/geometry/algorithms/detail/closest_feature/
Dgeometry_to_range.hpp23 namespace boost { namespace geometry namespace
44 static inline void apply(Geometry const& geometry, in apply()
96 static inline RangeIterator apply(Geometry const& geometry, in apply()
115 static inline RangeIterator apply(Geometry const& geometry, in apply()
/third_party/skia/src/core/
DSkImageFilterTypes.h128 explicit LayerSpace(const IVector& geometry) : fData(geometry) {} in LayerSpace()
129 explicit LayerSpace(IVector&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
168 explicit LayerSpace(const Vector& geometry) : fData(geometry) {} in LayerSpace()
169 explicit LayerSpace(Vector&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
224 explicit LayerSpace(const SkIPoint& geometry) : fData(geometry) {} in LayerSpace()
225 explicit LayerSpace(SkIPoint&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
263 explicit LayerSpace(const SkPoint& geometry) : fData(geometry) {} in LayerSpace()
264 explicit LayerSpace(SkPoint&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
304 explicit LayerSpace(const SkISize& geometry) : fData(geometry) {} in LayerSpace()
305 explicit LayerSpace(SkISize&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
[all …]
/third_party/boost/boost/geometry/core/
Dradian_access.hpp37 namespace boost { namespace geometry namespace
193 inline typename fp_coordinate_type<Geometry>::type get_as_radian(Geometry const& geometry) in get_as_radian()
212 inline void set_from_radian(Geometry& geometry, in set_from_radian()
233 inline typename fp_coordinate_type<Geometry>::type get_as_radian(Geometry const& geometry) in get_as_radian()
253 inline void set_from_radian(Geometry& geometry, in set_from_radian()
Daccess.hpp31 namespace boost { namespace geometry namespace
269 inline typename coordinate_type<Geometry>::type get(Geometry const& geometry in get()
303 inline void set(Geometry& geometry in set()
339 inline typename coordinate_type<Geometry>::type get(Geometry const& geometry in get()
375 inline void set(Geometry& geometry in set()
/third_party/boost/libs/geometry/test/io/wkt/
Dwkt.cpp41 void check_wkt(G const& geometry, std::string const& expected) in check_wkt()
53 G geometry; in test_wkt() local
90 G geometry; in test_relaxed_wkt() local
105 G geometry; in test_wrong_wkt() local
143 G geometry; in test_wkt_output_iterator() local
/third_party/boost/libs/geometry/test/geometries/
Dcustom_linestring.cpp49 namespace boost { namespace geometry { namespace traits { namespace
63 namespace boost { namespace geometry { namespace traits { namespace
86 G geometry; in test_linestring() local
/third_party/boost/libs/geometry/index/test/algorithms/
Dtest_margin.hpp20 void test_margin(Geometry const& geometry, in test_margin()
43 Geometry geometry; in test_geometry() local

12345678910>>...44