Searched refs:text_point (Results 1 – 2 of 2) sorted by relevance
421 const SkPoint text_point = SkPoint::Make(100, 100); in DEF_TEST() local435 const auto shape_result = skottie::Shaper::Shape(text, desc, text_point, in DEF_TEST()443 const auto expected_l = text_point.x() - shape_bounds.width() * talign.l_selector; in DEF_TEST()449 const auto expected_r = text_point.x() + shape_bounds.width() * talign.r_selector; in DEF_TEST()
466 const SkPoint text_point = SkPoint::Make(100, 100); in DEF_TEST() local486 const auto shape_result = Shaper::Shape(text, desc, text_point, in DEF_TEST()494 const auto expected_l = text_point.x() - shape_bounds.width() * talign.l_selector; in DEF_TEST()500 const auto expected_r = text_point.x() + shape_bounds.width() * talign.r_selector; in DEF_TEST()