Searched refs:ShapeToFit (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 388 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() function 495 return ShapeToFit(txt, desc, box, fontmgr); in Shape() 502 : ShapeToFit(txt, desc, box, fontmgr); in Shape()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 349 Shaper::Result ShapeToFit(const SkString& txt, const Shaper::TextDesc& orig_desc, in ShapeToFit() function 417 ? ShapeToFit(txt, desc, box, fontmgr) in Shape()
|