Home
last modified time | relevance | path

Searched defs:shape_result (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/tests/
DShaper.cpp111 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/
DTextAdapter.cpp525 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