Searched defs:shape_result (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/modules/skottie/src/ |
| D | SkottieTest.cpp | 486 const auto shape_result = Shaper::Shape(text, desc, text_point, in DEF_TEST() local 557 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 602 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 610 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 694 const auto shape_result = Shaper::Shape(SkString("foo bar"), desc, text_box, fontmgr); in DEF_TEST() local 704 const auto shape_result = skottie::Shaper::Shape(SkString("foo\U000DFFFFbar"), in DEF_TEST() local
|
| /third_party/skia/modules/skottie/src/text/ |
| D | TextAdapter.cpp | 375 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps() 468 const auto shape_result = Shaper::Shape(fText->fText, text_desc, fText->fBox, fFontMgr); in reshape() local
|