Searched defs:FontConfigTypeface (Results 1 - 2 of 2) 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
/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

Completed in 81 milliseconds