Searched refs:TextDesc (Results 1 – 4 of 4) sorted by relevance
/external/skia/modules/skottie/src/text/ |
D | SkottieShaper.h | 100 struct TextDesc { struct 118 static Result Shape(const SkString& text, const TextDesc& desc, const SkPoint& textPoint, argument 124 static Result Shape(const SkString& text, const TextDesc& desc, const SkRect& textBox,
|
D | SkottieShaper.cpp | 54 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker() 337 const Shaper::TextDesc& fDesc; 365 Shaper::Result ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, in ShapeImpl() 389 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() 453 Shaper::Result Shaper::Shape(const SkString& txt, const TextDesc& desc, const SkPoint& point, in Shape() 461 Shaper::Result Shaper::Shape(const SkString& txt, const TextDesc& desc, const SkRect& box, in Shape()
|
D | TextAdapter.cpp | 269 const Shaper::TextDesc text_desc = { in reshape()
|
/external/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 468 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 538 const skottie::Shaper::TextDesc desc = { in DEF_TEST() 578 skottie::Shaper::TextDesc desc = { in DEF_TEST() 673 skottie::Shaper::TextDesc desc = { in DEF_TEST()
|