/third_party/boost/libs/geometry/test/strategies/ |
D | distance_default_result.cpp | 115 > point2; in test_distance_result_segment() typedef 159 > point2; in test_distance_result_box() typedef
|
/third_party/skia/docs/examples/ |
D | Rect_set_4.cpp | 8 SkPoint point2 = {3, 4}; in draw() local
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/ |
D | point_xy.cpp | 22 bg::model::d2::point_xy<double> point2(1.0, 2.0); /*< Construct, assigning coordinates. >*/ in main() local
|
D | point.cpp | 21 …bg::model::point<double, 3, bg::cs::cartesian> point2(1.0, 2.0, 3.0); /*< Construct, assigning thr… in main() local
|
D | point_xyz.cpp | 22 bg::model::d3::point_xyz<double> point2(3, 4, 5); /*< Construct, assigning coordinates. >*/ in main() local
|
/third_party/flutter/skia/docs/examples/ |
D | Rect_set_4.cpp | 8 SkPoint point2 = {3, 4}; in draw() local
|
/third_party/boost/boost/polygon/ |
D | point_concept.hpp | 247 const PointType1& point1, const PointType2& point2) { in equivalence() 265 manhattan_distance(const PointType1& point1, const PointType2& point2) { in manhattan_distance() 286 const PointType2& point2, in euclidean_distance() 307 distance_squared(const PointType1& point1, const PointType2& point2) { in distance_squared() 331 euclidean_distance(const PointType1& point1, const PointType2& point2) { in euclidean_distance()
|
/third_party/boost/boost/geometry/algorithms/detail/equals/ |
D | point_point.hpp | 37 inline bool equals_point_point(Point1 const& point1, Point2 const& point2, in equals_point_point()
|
/third_party/boost/libs/geometry/doc/src/examples/arithmetic/ |
D | dot_product.cpp | 28 bg::model::point<double, 3, bg::cs::cartesian> point2(4.0, 5.0, 6.0); in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() local
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | point_point.hpp | 50 inline bool disjoint_point_point(Point1 const& point1, Point2 const& point2, in disjoint_point_point()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | copy_segment_point.hpp | 363 PointOut& point1, PointOut& point2) in copy_segment_points() 386 PointOut& point1, PointOut& point2, PointOut& point3) in copy_segment_points()
|
D | append_no_dups_or_spikes.hpp | 41 Point2 const& point2, in points_equal_or_close()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | envelope_segment.hpp | 62 static inline void apply(Point const& point1, Point const& point2, Box& box) in apply()
|
D | envelope.hpp | 120 static inline void apply(Point1 const& point1, Point2 const& point2, in apply()
|
/third_party/flutter/skia/tests/ |
D | CTest.cpp | 28 sk_point_t point2 = {30.0f, 40.0f}; in shader_test() local
|
/third_party/skia/tests/ |
D | CTest.cpp | 28 sk_point_t point2 = {30.0f, 40.0f}; in shader_test() local
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | sort_by_side_basic.cpp | 114 Point point1, point2, point3; in apply_get_turns() local 143 Point point1, point2, point3; in apply_get_turns() local
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | envelope.hpp | 79 inline void apply(Point1 const& point1, Point2 const& point2, Box& box) const in apply()
|
D | envelope_segment.hpp | 57 inline void apply(Point const& point1, Point const& point2, Box& box) const in apply()
|
D | side.hpp | 139 static inline ResultType azimuth(Point1 const& point1, Point2 const& point2, in azimuth()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_in_point.hpp | 116 static inline bool apply(Point1 const& point1, Point2 const& point2) in apply()
|
D | envelope.hpp | 107 static inline void apply(Point1 const& point1, Point2 const& point2, in apply()
|
/third_party/boost/libs/geometry/example/ |
D | c11_custom_cs_transform_example.cpp | 75 typedef boost::geometry::model::point<double, 2, cart_shifted5> point2; typedef
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 118 static inline bool equals_point_point(Point1 const& point1, Point2 const& point2) in equals_point_point()
|
/third_party/boost/boost/gil/ |
D | point.hpp | 113 using point2 = point<T>; typedef
|