Lines Matching defs:desc
470 const skottie::Shaper::TextDesc desc = {
486 const auto shape_result = Shaper::Shape(text, desc, text_point,
541 const skottie::Shaper::TextDesc desc = {
557 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault());
582 skottie::Shaper::TextDesc desc = {
602 const auto shape_result = Shaper::Shape(text, desc, text_box, SkFontMgr::RefDefault());
609 desc.fFlags = Shaper::Flags::kFragmentGlyphs;
610 const auto shape_result = skottie::Shaper::Shape(text, desc, text_box,
675 skottie::Shaper::TextDesc desc = {
694 const auto shape_result = Shaper::Shape(SkString("foo bar"), desc, text_box, fontmgr);
705 desc, text_box, fontmgr);