Lines Matching refs:fontmgr
53 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker() argument
58 , fShaper(SkShaper::Make(fontmgr)) { in BlobMaker()
365 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr, in ShapeImpl() argument
376 BlobMaker blobMaker(desc, box, fontmgr); in ShapeImpl()
389 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) { in ShapeToFit() argument
419 auto res = ShapeImpl(txt, desc, box, fontmgr, &res_size); in ShapeToFit()
478 const sk_sp<SkFontMgr>& fontmgr) { in Shape() argument
484 : ShapeImpl(txt, desc, SkRect::MakeEmpty().makeOffset(point.x(), point.y()), fontmgr); in Shape()
488 const sk_sp<SkFontMgr>& fontmgr) { in Shape() argument
493 return ShapeImpl(txt, desc, box, fontmgr); in Shape()
495 return ShapeToFit(txt, desc, box, fontmgr); in Shape()
498 auto result = ShapeImpl(txt, desc, box, fontmgr, &size); in Shape()
502 : ShapeToFit(txt, desc, box, fontmgr); in Shape()