Searched defs:shape_result (Results 1 – 2 of 2) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 483 const auto shape_result = Shaper::Shape(text, desc, text_point, in DEF_TEST() local 553 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 597 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 605 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 691 const auto shape_result = Shaper::Shape(SkString("foo bar"), desc, text_box, fontmgr); in DEF_TEST() local 701 const auto shape_result = skottie::Shaper::Shape(SkString("foo\U000DFFFFbar"), in DEF_TEST() local
|
/external/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 193 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps() 284 const auto shape_result = Shaper::Shape(fText->fText, text_desc, fText->fBox, fFontMgr); in reshape() local
|