Home
last modified time | relevance | path

Searched refs:expected_x (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/detail/
Das_range.cpp40 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/
Dhb-aots-tester.cpp313 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/
Dhb-aots-tester.cpp313 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/
Dsegment_intersection_collinear.cpp40 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/
Dhb-aots-tester.cpp406 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/
Dpoint_on_surface.cpp126 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()