Searched defs:shape_result (Results 1 – 2 of 2) sorted by relevance
| /external/skia/modules/skottie/tests/ |
| D | Shaper.cpp | 111 const auto shape_result = Shaper::Shape(text, desc, text_point, in DEF_TEST() local 181 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 225 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault()); in DEF_TEST() local 233 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 316 const auto shape_result = Shaper::Shape(SkString("foo bar"), desc, text_box, fontmgr); in DEF_TEST() local 326 const auto shape_result = skottie::Shaper::Shape(SkString("foo\U000DFFFFbar"), in DEF_TEST() local
|
| /external/skia/modules/skottie/src/text/ |
| D | TextAdapter.cpp | 525 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps() 635 auto shape_result = Shaper::Shape(fText->fText, text_desc, fText->fBox, fFontMgr); in reshape() local
|