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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.h 47 typedef uint32_t SkFontID;
75 SkFontID uniqueID() const;
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 24 typedef uint32_t SkFontID;
72 SkFontID uniqueID() const { return fUniqueID; }
78 static SkFontID UniqueID(const SkTypeface* face);
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
345 SkFontID fUniqueID;
  /external/skia/include/core/
SkTypeface.h 24 typedef uint32_t SkFontID;
72 SkFontID uniqueID() const { return fUniqueID; }
78 static SkFontID UniqueID(const SkTypeface* face);
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
345 SkFontID fUniqueID;

Completed in 101 milliseconds