Home
last modified time | relevance | path

Searched refs:add_point (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_point_square.hpp59 inline void add_point(Point const& point, in add_point() function in boost::geometry::strategy::buffer::point_square
81 add_point(point, distance, -1.0, -1.0, output_range); in add_points()
82 add_point(point, distance, -1.0, +1.0, output_range); in add_points()
83 add_point(point, distance, +1.0, +1.0, output_range); in add_points()
84 add_point(point, distance, +1.0, -1.0, output_range); in add_points()
Dcentroid_weighted_length.hpp94 geometry::add_point(weighted_median, p1); in apply()
95 geometry::add_point(weighted_median, p2); in apply()
97 geometry::add_point(state.average_sum, weighted_median); in apply()
Dcentroid_average.hpp76 add_point(state.centroid, p); in apply()
Ddensify.hpp100 geometry::add_point(pd, cp0); in apply()
Ddistance_projected_point.hpp182 add_point(projected, v); in apply()
Ddistance_projected_point_ax.hpp215 add_point(projected, v); in apply()
/third_party/flutter/skia/tests/
DPathOpsOpLoopThreadedTest.cpp16 static void add_point(SkString* str, SkScalar x, SkScalar y) { in add_point() function
69 add_point(&pathStr, endC.fX, endC.fY); in testOpLoopsMain()
71 add_point(&pathStr, endD.fX, endD.fY); in testOpLoopsMain()
76 add_point(&pathStr, endC.fX, endC.fY); in testOpLoopsMain()
78 add_point(&pathStr, endD.fX, endD.fY); in testOpLoopsMain()
/third_party/skia/tests/
DPathOpsOpLoopThreadedTest.cpp16 static void add_point(SkString* str, SkScalar x, SkScalar y) { in add_point() function
66 add_point(&pathStr, endC.fX, endC.fY); in testOpLoopsMain()
68 add_point(&pathStr, endD.fX, endD.fY); in testOpLoopsMain()
73 add_point(&pathStr, endC.fX, endC.fY); in testOpLoopsMain()
75 add_point(&pathStr, endD.fX, endD.fY); in testOpLoopsMain()
/third_party/boost/libs/geometry/test/algorithms/detail/
Dget_left_turns.cpp40 bg::add_point(result, v); in further_than()
167 bg::add_point(pe, perpendicular); in test_one()
172 bg::add_point(pe, perpendicular); in test_one()
216 bg::add_point(pf, v); in test_one()
219 bg::add_point(pf, perpendicular); in test_one()
220 bg::add_point(pt, perpendicular); in test_one()
/third_party/boost/boost/geometry/formulas/
Dinterpolate_point_spherical.hpp93 geometry::add_point(v_rot, s2); in compute_point()
94 geometry::add_point(v_rot, s3); in compute_point()
Dgeographic.hpp252 add_point(result1, origin); in projected_to_surface()
257 add_point(result2, origin); in projected_to_surface()
368 add_point(io, C2_n2); in planes_spheroid_intersection()
392 add_point(origin, xy2); in experimental_elliptic_plane()
/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp42 void add_point(my_point const& p) { points.push_back(p); } in add_point() function in my_polygon
220 polygon.add_point(point); in apply()
288 container1.add_point(my_point(sin(a), cos(a))); in main()
/third_party/boost/libs/geometry/doc/generated/
Darithmetic.qbk16 [section:add_point add_point]
18 '''<indexterm><primary>add_point</primary></indexterm>'''
26 void add_point(Point1 & p1, Point2 const & p2)``
/third_party/boost/boost/geometry/algorithms/detail/centroid/
Dtranslating_transformer.hpp106 geometry::add_point(res_pt, *m_origin); in apply_reverse()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp777 inline signed_size_type add_point(point_type const& p) in add_point() function
919 add_point(*it); in add_range_to_piece()
924 pc.beyond_last_segment_index = add_point(*it); in add_range_to_piece()
932 add_point(b1); in add_piece()
933 pc.beyond_last_segment_index = add_point(b2); in add_piece()
/third_party/boost/libs/geometry/test/arithmetic/
Dgeneral.cpp43 bg::add_point(p1, p2); in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
/third_party/boost/boost/geometry/arithmetic/
Darithmetic.hpp163 inline void add_point(Point1& p1, Point2 const& p2) in add_point() function
/third_party/freetype/include/freetype/internal/
Dpsaux.h743 T1_Builder_Add_Point_Func add_point; member
1034 CFF_Builder_Add_Point_Func add_point; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h743 T1_Builder_Add_Point_Func add_point; member
1034 CFF_Builder_Add_Point_Func add_point; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h744 T1_Builder_Add_Point_Func add_point; member
1035 CFF_Builder_Add_Point_Func add_point; member
/third_party/boost/boost/geometry/algorithms/detail/
Dextreme_points.hpp103 add_point(point, vector); in move_along_vector()
/third_party/boost/libs/geometry/doc/html/
Dgeometry_HTML.manifest211 geometry/reference/arithmetic/add_point.html
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.292104 (cff_builder_{init,done,add_point,add_point1,add_contour,start_point,close_contour},
/third_party/freetype/
DChangeLog.292104 (cff_builder_{init,done,add_point,add_point1,add_contour,start_point,close_contour},
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.292104 (cff_builder_{init,done,add_point,add_point1,add_contour,start_point,close_contour},

12