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

  /external/skia/src/core/
SkTypeface.cpp 15 #include "SkTypeface.h"
23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
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::kNormal, 0, true) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 15 #include "SkTypeface.h"
23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
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::kNormal, 0, true) {
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 28 /** \class SkTypeface
30 The SkTypeface class specifies the typeface and intrinsic style of a font.
37 class SK_API SkTypeface : public 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* CreateFromName(const char familyName[], Style style)
    [all...]
  /external/skia/include/core/
SkTypeface.h 28 /** \class SkTypeface
30 The SkTypeface class specifies the typeface and intrinsic style of a font.
37 class SK_API SkTypeface : public 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* CreateFromName(const char familyName[], Style style)
    [all...]

Completed in 519 milliseconds