Searched refs:pt_xy (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/srs/ |
D | projection_interface_d.cpp | 35 point_xy pt_xy(0, 0); in test_main() local 39 prj.forward(pt_ll, pt_xy); in test_main() 40 test::check_geometry(pt_xy, "POINT(9413505.3284665551 237337.74515944949)", 0.001); in test_main() 42 prj.inverse(pt_xy, pt_ll2); in test_main() 55 point_xy pt_xy(0, 0); in test_main() local 59 prj.forward(pt_ll, pt_xy); in test_main() 60 test::check_geometry(pt_xy, "POINT(111308.33561309829 110591.34223734379)", 0.001); in test_main() 62 prj.inverse(pt_xy, pt_ll2); in test_main()
|
D | projection_interface_s.cpp | 37 point_xy pt_xy(0, 0); in test_main() local 41 prj.forward(pt_ll, pt_xy); in test_main() 42 test::check_geometry(pt_xy, "POINT(111308.33561309829 110591.34223734379)", 0.001); in test_main() 44 prj.inverse(pt_xy, pt_ll2); in test_main() 68 point_xy pt_xy(0, 0); in test_main() local 72 prj.forward(pt_ll, pt_xy); in test_main() 73 test::check_geometry(pt_xy, "POINT(9413505.3284665551 237337.74515944949)", 0.001); in test_main() 75 prj.inverse(pt_xy, pt_ll2); in test_main() 86 point_xy pt_xy(0, 0); in test_main() local
|
D | srs_transformer.cpp | 41 point_xy pt_xy(0, 0); in test_main() local 51 bg::transform(pt_ll, pt_xy, strategy_pf); in test_main() 52 test::check_geometry(pt_xy, "POINT(111308.33561309829 110591.34223734379)", 0.0001); in test_main() 54 bg::transform(pt_xy, pt_ll2, strategy_pi); in test_main() 57 bg::transform(pt_xy, pt_xy2, strategy_tf); in test_main() 60 bg::transform(pt_xy2, pt_xy, strategy_ti); in test_main() 61 test::check_geometry(pt_xy, "POINT(111308.33561309829 110591.34223734379)", 0.0001); in test_main()
|
D | projection_interface_p4.cpp | 32 point_xy pt_xy(0, 0); in test_main() local 36 prj.forward(pt_ll, pt_xy); in test_main() 37 test::check_geometry(pt_xy, "POINT(111308.33561309829 110591.34223734379)", 0.001); in test_main() 39 prj.inverse(pt_xy, pt_ll2); in test_main() 46 point_xy pt_xy(0, 0); in test_main() local 53 BOOST_CHECK_THROW(prj3.inverse(pt_xy, pt_ll), bg::projection_exception); in test_main()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 50 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy() function 108 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() 125 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() 155 SkScalar ptXY = pt_xy(pt, dir); in rayCheck()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 51 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy() function 109 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() 126 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() 156 SkScalar ptXY = pt_xy(pt, dir); in rayCheck()
|