Home
last modified time | relevance | path

Searched refs:SkFontID (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/core/
DSkTypeface.h30 typedef uint32_t SkFontID; typedef
98 SkFontID uniqueID() const { return fUniqueID; } in uniqueID()
104 static SkFontID UniqueID(const SkTypeface* face);
394 SkFontID fUniqueID;
/external/skia/src/core/
DSkTypefaceCache.cpp62 SkFontID SkTypefaceCache::NewFontID() { in NewFontID()
91 SkFontID id = face->uniqueID(); in DumpProc()
DSkTypefaceCache.h55 static SkFontID NewFontID();
/external/skia/src/pdf/
DSkPDFCanon.h53 SkFontID fFontID; // uint32_t
DSkPDFFont.cpp145 SkFontID id = typeface->uniqueID(); in GetMetrics()
571 SkFontID fontID = this->typeface()->uniqueID(); in SkPDFType1Font()
/external/skia/src/xps/
DSkXPSDevice.h112 SkFontID typefaceId;
DSkXPSDevice.cpp1866 const SkFontID typefaceID = typeface->uniqueID(); in CreateTypefaceUse()
/external/skia/tests/
DFontHostTest.cpp175 SkFontID fontID = face->uniqueID(); in test_tables()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp333 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face()