Searched refs:TextDesc (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/modules/skottie/src/text/ |
D | SkottieShaper.h | 76 struct TextDesc { struct 88 static Result Shape(const SkString& text, const TextDesc& desc, const SkPoint& textPoint, argument 94 static Result Shape(const SkString& text, const TextDesc& desc, const SkRect& textBox,
|
D | SkottieShaper.cpp | 52 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker() 297 const Shaper::TextDesc& fDesc; 323 Shaper::Result ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, in ShapeImpl() 349 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() 407 Shaper::Result Shaper::Shape(const SkString& txt, const TextDesc& desc, const SkPoint& point, in Shape() 414 Shaper::Result Shaper::Shape(const SkString& txt, const TextDesc& desc, const SkRect& box, in Shape()
|
D | TextAdapter.cpp | 126 const Shaper::TextDesc text_desc = { in apply()
|
/third_party/skia/modules/skottie/src/text/ |
D | SkottieShaper.h | 105 struct TextDesc { struct 124 static Result Shape(const SkString& text, const TextDesc& desc, const SkPoint& textPoint, argument 130 static Result Shape(const SkString& text, const TextDesc& desc, const SkRect& textBox,
|
D | SkottieShaper.cpp | 53 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker() 336 const Shaper::TextDesc& fDesc; 364 Shaper::Result ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, in ShapeImpl() 388 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() 454 AdjustedText(const SkString& txt, const Shaper::TextDesc& desc) in AdjustedText() 477 Shaper::Result Shaper::Shape(const SkString& orig_txt, const TextDesc& desc, const SkPoint& point, in Shape() 487 Shaper::Result Shaper::Shape(const SkString& orig_txt, const TextDesc& desc, const SkRect& box, in Shape()
|
D | TextAdapter.cpp | 452 const Shaper::TextDesc text_desc = { in reshape()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 425 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 490 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 526 skottie::Shaper::TextDesc desc = { in DEF_TEST() 620 skottie::Shaper::TextDesc desc = { in DEF_TEST()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 470 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 541 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 582 skottie::Shaper::TextDesc desc = { in DEF_TEST() 675 skottie::Shaper::TextDesc desc = { in DEF_TEST()
|