Home
last modified time | relevance | path

Searched refs:FontConfigTypeface (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontConfigTypeface.h15 class FontConfigTypeface : public SkTypeface_FreeType {
21 static FontConfigTypeface* Create(const SkFontStyle& style, in Create()
24 return new FontConfigTypeface(style, fi, familyName); in Create()
27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth, in Create()
29 return new FontConfigTypeface(style, fixedWidth, localStream); in Create()
45 FontConfigTypeface(const SkFontStyle& style, in FontConfigTypeface() function
53 FontConfigTypeface(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream) in FontConfigTypeface() function
DSkFontHost_fontconfig.cpp63 FontConfigTypeface* cachedFCTypeface = static_cast<FontConfigTypeface*>(cachedTypeface); in find_by_FontIdentity()
168 SkTypeface* FontConfigTypeface::LegacyCreateTypeface(const char requestedFamilyName[], in LegacyCreateTypeface()
197 face = FontConfigTypeface::Create(SkFontStyle(outOldStyle), identity, outFamilyName); in LegacyCreateTypeface()
209 SkStreamAsset* FontConfigTypeface::onOpenStream(int* ttcIndex) const { in onOpenStream()
226 void FontConfigTypeface::onGetFamilyName(SkString* familyName) const { in onGetFamilyName()
230 void FontConfigTypeface::onGetFontDescriptor(SkFontDescriptor* desc, in onGetFontDescriptor()
/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp312 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream.detach()); in onCreateFromStream()
324 return FontConfigTypeface::LegacyCreateTypeface(familyName, (SkTypeface::Style)styleBits); in onLegacyCreateTypeface()