Lines Matching refs:fontmgr
54 BlobMaker(const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) in BlobMaker() argument
59 , fShaper(SkShaper::Make(fontmgr)) { in BlobMaker()
366 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr, in ShapeImpl() argument
377 BlobMaker blobMaker(desc, box, fontmgr); in ShapeImpl()
390 const SkRect& box, const sk_sp<SkFontMgr>& fontmgr) { in ShapeToFit() argument
420 auto res = ShapeImpl(txt, desc, box, fontmgr, &res_size); in ShapeToFit()
454 const sk_sp<SkFontMgr>& fontmgr) { in Shape() argument
458 : ShapeImpl(txt, desc, SkRect::MakeEmpty().makeOffset(point.x(), point.y()), fontmgr); in Shape()
462 const sk_sp<SkFontMgr>& fontmgr) { in Shape() argument
465 return ShapeImpl(txt, desc, box, fontmgr); in Shape()
467 return ShapeToFit(txt, desc, box, fontmgr); in Shape()
470 auto result = ShapeImpl(txt, desc, box, fontmgr, &size); in Shape()
474 : ShapeToFit(txt, desc, box, fontmgr); in Shape()