Searched refs:FontConfigTypeface (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h15 class FontConfigTypeface : public SkTypeface_FreeType { class in inherits:SkTypeface_FreeType
21 static FontConfigTypeface* Create(Style style,
24 return SkNEW_ARGS(FontConfigTypeface, (style, fi, familyName));
27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) {
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
31 virtual ~FontConfigTypeface() {
53 FontConfigTypeface(Style style, function in class:FontConfigTypeface
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) function in class:FontConfigTypeface
H A DSkFontHost_fontconfig.cpp72 FontConfigTypeface* fci = (FontConfigTypeface*)face;
78 SkTypeface* FontConfigTypeface::LegacyCreateTypeface(
88 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace;
95 // SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
117 face = FontConfigTypeface::Create(outStyle, indentity, outFamilyName);
125 SkStream* FontConfigTypeface::onOpenStream(int* ttcIndex) const {
165 void FontConfigTypeface::onGetFamilyName(SkString* familyName) const {
169 void FontConfigTypeface
[all...]
/external/skia/src/ports/
H A DSkFontConfigTypeface.h15 class FontConfigTypeface : public SkTypeface_FreeType { class in inherits:SkTypeface_FreeType
21 static FontConfigTypeface* Create(Style style,
24 return SkNEW_ARGS(FontConfigTypeface, (style, fi, familyName));
27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) {
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
31 virtual ~FontConfigTypeface() {
53 FontConfigTypeface(Style style, function in class:FontConfigTypeface
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) function in class:FontConfigTypeface
H A DSkFontHost_fontconfig.cpp76 FontConfigTypeface* fci = (FontConfigTypeface*)face;
82 SkTypeface* FontConfigTypeface::LegacyCreateTypeface(
92 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace;
99 // SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
121 face = FontConfigTypeface::Create(outStyle, indentity, outFamilyName);
132 return FontConfigTypeface::LegacyCreateTypeface(familyFace, familyName,
155 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream));
168 SkStream* FontConfigTypeface
[all...]
H A DSkFontConfigInterface_android.cpp487 FontRecID currFontRecID = ((FontConfigTypeface*)face)->getIdentity().fID;
637 currFontRecID = ((FontConfigTypeface*)currTypeface)->getIdentity().fID;
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp309 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream);
321 return FontConfigTypeface::LegacyCreateTypeface(NULL, familyName,
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp314 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream);
326 return FontConfigTypeface::LegacyCreateTypeface(NULL, familyName,

Completed in 134 milliseconds