HomeSort by relevance Sort by last modified time
    Searched defs:FontConfigTypeface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigTypeface.h 15 class FontConfigTypeface : public 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,
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)
  /external/skia/src/ports/
SkFontConfigTypeface.h 15 class FontConfigTypeface : public 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,
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)

Completed in 53 milliseconds