Searched defs:SkTypeface_FCI (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigTypeface.h16 class SkTypeface_FCI : public SkTypeface_FreeType { class in inherits:SkTypeface_FreeType
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
28 return new SkTypeface_FCI(std::move(fci), fi, std::move(familyName), style);
31 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data,
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch);
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci, function in class:SkTypeface_FCI
52 SkTypeface_FCI(std::unique_ptr<SkFontData> data, function in class:SkTypeface_FCI

Completed in 73 milliseconds