Home
last modified time | relevance | path

Searched defs:point_t (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_geo.cpp18 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
Dsegment_intersection_sph.cpp32 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/
Dlinestring.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dpolygon.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dmulti_point.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dring.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dmulti_polygon.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dmulti_linestring.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dsegment.cpp22 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
Dbox.cpp21 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in main() typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh95 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/
Dhb-cff-interp-cs-common.hh95 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/
Dhb-cff-interp-cs-common.hh95 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/
Dmandelbrot.cpp20 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/
Dmandelbrot.cpp20 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/
Dintersections.cpp37 typedef boost::tuple<double, double, double> point_t; in main() typedef
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/
Dmapped_file.cpp28 typedef bgm::point<float, 2, bg::cs::cartesian> point_t; in main() typedef
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_insert_remove.cpp18 typedef bg::model::point<int, 1, bg::cs::cartesian> point_t; in test_rtree() typedef
Drtree_epsilon.cpp24 typedef bg::model::point<double, 2, bg::cs::cartesian> point_t; in test_rtree() typedef
Drtree_non_cartesian.cpp89 typedef typename pair_t::first_type point_t; in test_ticket_12413() typedef
Drtree_values.cpp91 typedef typename bg::point_type<Box>::type point_t; in test_pair_geom_ptr() typedef
/third_party/boost/libs/gil/test/core/locator/
Dconcepts.cpp45 using point_t = gil::point_t; typedef
/third_party/boost/libs/gil/test/extension/numeric/
Dresample.cpp27 using point_t = gil::point<F>; typedef
/third_party/boost/boost/geometry/algorithms/
Ddensify.hpp76 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/
Dimage.hpp68 using point_t = typename Image::point_t; in constraints() typedef

12