Searched refs:expected_x (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | as_range.cpp | 40 void test_geometry(std::string const& wkt, double expected_x, double expected_y) in test_geometry() argument 51 BOOST_CHECK_CLOSE(s, expected_x, 0.001); in test_geometry()
|
/third_party/harfbuzz/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 313 int expected_x = x[i] + 1500*i; in gpos_test() local 315 if (expected_x || expected_y) fprintf (tests_file, "@%d,%d", expected_x, expected_y); in gpos_test()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 313 int expected_x = x[i] + 1500*i; in gpos_test() local 315 if (expected_x || expected_y) fprintf (tests_file, "@%d,%d", expected_x, expected_y); in gpos_test()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | segment_intersection_collinear.cpp | 40 std::size_t index, double expected_x, double expected_y) in check() argument 42 if (expected_x != -99 && expected_y != -99 && is.count > index) in check() 47 BOOST_CHECK_CLOSE(x, expected_x, 0.001); in check()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | hb-aots-tester.cpp | 406 int expected_x = x[i] + accumlatedAdvance; in gpos_test() local 408 if (expected_x || expected_y) fprintf (tests_file, "@%d,%d", expected_x, expected_y); in gpos_test()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | point_on_surface.cpp | 126 void test_geometry(std::string const& case_id, std::string const& wkt, double expected_x = 0, doubl… in test_geometry() argument 131 test_geometry(case_id, geometry, expected_x, expected_y); in test_geometry()
|