Searched refs:SkTypeface (Results 1 – 8 of 8) sorted by relevance
25 class SkTypeface; variable31 explicit MinikinFontSkia(sk_sp<SkTypeface> typeface, const void* fontData, size_t fontSize,44 SkTypeface* GetSkTypeface() const;45 sk_sp<SkTypeface> RefSkTypeface() const;63 sk_sp<SkTypeface> mTypeface;
27 MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, const void* fontData, size_t fontSize, in MinikinFontSkia()87 SkTypeface* MinikinFontSkia::GetSkTypeface() const { in GetSkTypeface()91 sk_sp<SkTypeface> MinikinFontSkia::RefSkTypeface() const { in RefSkTypeface()128 sk_sp<SkTypeface> face(fm->makeFromStream(std::move(stream), params)); in createFontWithVariation()
138 SkTypeface* skTypeface = reinterpret_cast<const MinikinFontSkia*>(mf)->GetSkTypeface(); in createFromFamilies()180 sk_sp<SkTypeface> typeface = SkTypeface::MakeFromStream(fontData.release()); in setRobotoTypefaceForTest()
143 SkTypeface* typeface = reinterpret_cast<SkTypeface*>(userData); in harfbuzzSkiaReferenceTable()
125 sk_sp<SkTypeface> face(fm->makeFromStream(std::move(fontData), params)); in addSkTypeface()
84 SkTypeface* typeface;
46 mFontId = SkTypeface::UniqueID(paint->getTypeface()); in FontDescription()
55 sk_sp<SkTypeface> typeface(fm->makeFromStream(std::move(fontData))); in buildFamily()