Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieTest.cpp464 const SkPoint text_point = SkPoint::Make(100, 100); in DEF_TEST() local
483 const auto shape_result = Shaper::Shape(text, desc, text_point, in DEF_TEST()
491 const auto expected_l = text_point.x() - shape_bounds.width() * talign.l_selector; in DEF_TEST()
497 const auto expected_r = text_point.x() + shape_bounds.width() * talign.r_selector; in DEF_TEST()