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