Searched defs:shape_result (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAdapter.cpp | 75 void TextAdapter::buildDomainMaps(const Shaper::Result& shape_result) { in buildDomainMaps() 135 const auto shape_result = Shaper::Shape(fText.fText, text_desc, fText.fBox, fFontMgr); in apply() local
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 435 const auto shape_result = skottie::Shaper::Shape(text, desc, text_point, in DEF_TEST() local 500 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 540 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 549 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box, in DEF_TEST() local 633 const auto shape_result = skottie::Shaper::Shape(SkString("foo bar"), in DEF_TEST() local 644 const auto shape_result = skottie::Shaper::Shape(SkString("foo\U000DFFFFbar"), in DEF_TEST() local
|
/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
|