Home
last modified time | relevance | path

Searched refs:text_point (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieTest.cpp421 const SkPoint text_point = SkPoint::Make(100, 100); in DEF_TEST() local
435 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()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp466 const SkPoint text_point = SkPoint::Make(100, 100); in DEF_TEST() local
486 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()