Lines Matching refs:SkFontMgr_Preview
14 SkFontMgr_Preview::SkFontMgr_Preview()
23 int SkFontMgr_Preview::onCountFamilies() const
28 void SkFontMgr_Preview::onGetFamilyName(int index, SkString* familyName) const
37 SkFontStyleSet* SkFontMgr_Preview::onCreateStyleSet(int index) const
45 SkFontStyleSet* SkFontMgr_Preview::onMatchFamily(const char familyName[]) const
65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const
71 SkTypeface* SkFontMgr_Preview::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style) const
83 sk_sp<SkTypeface_PreviewSystem> SkFontMgr_Preview::find_family_style_character(
113 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyleCharacter(const char familyName[],
152 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromData(sk_sp<SkData> data, int ttcIndex) const
158 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromFile(const char path[], int ttcIndex) const
164 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, int ttcIndex) const
176 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream,
196 sk_sp<SkTypeface> SkFontMgr_Preview::onLegacyMakeTypeface(const char familyName[], SkFontStyle style) const
204 void SkFontMgr_Preview::addFamily(FontFamily& family, int familyIndex)
225 void SkFontMgr_Preview::buildNameToFamilyMap(SkTDArray<FontFamily*> families)
238 void SkFontMgr_Preview::findDefaultStyleSet()
256 return sk_make_sp<SkFontMgr_Preview>();