Searched defs:SkFontID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
H A DFontPlatformDataHarfBuzz.h46 typedef uint32_t SkFontID; typedef
88 SkFontID uniqueID() const;
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h24 typedef uint32_t SkFontID; typedef
72 SkFontID uniqueID() const { return fUniqueID; }
78 static SkFontID UniqueID(const SkTypeface* face);
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
324 SkFontID fUniqueID;
/external/skia/include/core/
H A DSkTypeface.h24 typedef uint32_t SkFontID; typedef
72 SkFontID uniqueID() const { return fUniqueID; }
78 static SkFontID UniqueID(const SkTypeface* face);
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
324 SkFontID fUniqueID;

Completed in 67 milliseconds