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

/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp15 #include "SkTypeface.h"
23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) function in class:SkTypeface
26 SkDebugf("SkTypeface: create %p fontID %d total %d\n",
31 SkTypeface::~SkTypeface() {
33 SkDebugf("SkTypeface: destroy %p fontID %d total %d\n",
40 class SkEmptyTypeface : public SkTypeface {
46 SkEmptyTypeface() : SkTypeface(SkTypeface
[all...]
/external/skia/src/core/
H A DSkTypeface.cpp15 #include "SkTypeface.h"
23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) function in class:SkTypeface
26 SkDebugf("SkTypeface: create %p fontID %d total %d\n",
31 SkTypeface::~SkTypeface() {
33 SkDebugf("SkTypeface: destroy %p fontID %d total %d\n",
40 class SkEmptyTypeface : public SkTypeface {
46 SkEmptyTypeface() : SkTypeface(SkTypeface
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h28 /** \class SkTypeface
30 The SkTypeface class specifies the typeface and intrinsic style of a font.
37 class SK_API SkTypeface : public SkWeakRefCnt { class in inherits:SkWeakRefCnt
39 SK_DECLARE_INST_COUNT(SkTypeface)
78 static SkFontID UniqueID(const SkTypeface* face);
83 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
100 static SkTypeface* CreateFromNam
[all...]
/external/skia/include/core/
H A DSkTypeface.h28 /** \class SkTypeface
30 The SkTypeface class specifies the typeface and intrinsic style of a font.
37 class SK_API SkTypeface : public SkWeakRefCnt { class in inherits:SkWeakRefCnt
39 SK_DECLARE_INST_COUNT(SkTypeface)
78 static SkFontID UniqueID(const SkTypeface* face);
83 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
100 static SkTypeface* CreateFromNam
[all...]

Completed in 105 milliseconds