/third_party/boost/libs/geometry/test/strategies/ |
D | segment_intersection_geo.cpp | 18 typedef bg::model::point<double, 2, bg::cs::geographic<bg::degree> > point_t; in test_geographic() typedef 407 typedef bg::model::point<T, 2, bg::cs::geographic<bg::radian> > point_t; in test_geographic_radian() typedef
|
D | segment_intersection_sph.cpp | 32 typedef bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > point_t; in test_spherical() typedef 276 typedef bg::model::point<T, 2, bg::cs::spherical_equatorial<bg::radian> > point_t; in test_spherical_radian() typedef
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/ |
D | linestring.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | polygon.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | multi_point.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | ring.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | multi_polygon.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | multi_linestring.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | segment.cpp | 22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
D | box.cpp | 21 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-cs-common.hh | 95 struct point_t struct 97 void init () in init() 103 void set_int (int _x, int _y) in set_int() 109 void move_x (const number_t &dx) { x += dx; } in move_x() 110 void move_y (const number_t &dy) { y += dy; } in move_y() 111 void move (const number_t &dx, const number_t &dy) { move_x (dx); move_y (dy); } in move() 112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move() 114 number_t x; 115 number_t y;
|
/third_party/harfbuzz/src/ |
D | hb-cff-interp-cs-common.hh | 95 struct point_t struct 97 void init () in init() 103 void set_int (int _x, int _y) in set_int() 109 void move_x (const number_t &dx) { x += dx; } in move_x() 110 void move_y (const number_t &dy) { y += dy; } in move_y() 111 void move (const number_t &dx, const number_t &dy) { move_x (dx); move_y (dy); } in move() 112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move() 114 number_t x; 115 number_t y;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-cs-common.hh | 95 struct point_t struct 97 void init () in init() 103 void set_int (int _x, int _y) in set_int() 109 void move_x (const number_t &dx) { x += dx; } in move_x() 110 void move_y (const number_t &dy) { y += dy; } in move_y() 111 void move (const number_t &dx, const number_t &dy) { move_x (dx); move_y (dy); } in move() 112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move() 114 number_t x; 115 number_t y;
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | mandelbrot.cpp | 20 using point_t = boost::gil::point_t; typedef 63 using point_t = deref_t::point_t; in main() typedef
|
/third_party/boost/libs/gil/example/ |
D | mandelbrot.cpp | 20 using point_t = boost::gil::point_t; typedef 63 using point_t = deref_t::point_t; in main() typedef
|
/third_party/boost/libs/random/example/ |
D | intersections.cpp | 37 typedef boost::tuple<double, double, double> point_t; in main() typedef
|
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/ |
D | mapped_file.cpp | 28 typedef bgm::point<float, 2, bg::cs::cartesian> point_t; in main() typedef
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_insert_remove.cpp | 18 typedef bg::model::point<int, 1, bg::cs::cartesian> point_t; in test_rtree() typedef
|
D | rtree_epsilon.cpp | 24 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in test_rtree() typedef
|
D | rtree_non_cartesian.cpp | 89 typedef typename pair_t::first_type point_t; in test_ticket_12413() typedef
|
D | rtree_values.cpp | 91 typedef typename bg::point_type<Box>::type point_t; in test_pair_geom_ptr() typedef
|
/third_party/boost/libs/gil/test/core/locator/ |
D | concepts.cpp | 45 using point_t = gil::point_t; typedef
|
/third_party/boost/libs/gil/test/extension/numeric/ |
D | resample.cpp | 27 using point_t = gil::point<F>; typedef
|
/third_party/boost/boost/geometry/algorithms/ |
D | densify.hpp | 76 typedef typename boost::range_value<FwdRng>::type point_t; in apply() typedef 119 typedef typename point_type<Geometry>::type point_t; in apply() typedef
|
/third_party/boost/boost/gil/concepts/ |
D | image.hpp | 68 using point_t = typename Image::point_t; in constraints() typedef
|