Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTypeface.h29 typedef uint32_t SkFontID; typedef
83 SkFontID uniqueID() const { return fUniqueID; } in uniqueID()
89 static SkFontID UniqueID(const SkTypeface* face);
330 SkTypeface(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch = false);
402 SkFontID fUniqueID;
/external/skia/src/ports/
DSkTypeface_win_dw.h39 DWriteFontTypeface(const SkFontStyle& style, SkFontID fontID,
80 SkFontID fontID = SkTypefaceCache::NewFontID();
DSkFontHost_FreeType_common.h73 SkTypeface_FreeType(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch) in SkTypeface_FreeType()
DSkFontHost_FreeType.cpp307 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face()
/external/skia/src/core/
DSkTypefaceCache.h63 static SkFontID NewFontID();
DSkTypefaceCache.cpp80 SkFontID SkTypefaceCache::NewFontID() { in NewFontID()
DSkTypeface.cpp18 SkTypeface::SkTypeface(const SkFontStyle& style, SkFontID fontID, bool isFixedPitch) in SkTypeface()
/external/skia/tests/
DFontMgrTest.cpp120 static const SkFontID invalidFontID = std::numeric_limits<SkFontID>::max(); in test_matchStyleCSS3()
125 TestTypeface(const SkFontStyle& fontStyle, SkFontID id) : SkTypeface(fontStyle, id, false){} in test_matchStyleCSS3()
DFontHostTest.cpp174 SkFontID fontID = face->uniqueID(); in test_tables()
/external/skia/src/doc/
DSkDocument_PDF.cpp286 SkTDArray<SkFontID> seenFonts;
294 SkFontID fontID = fontResources[font]->typeface()->uniqueID();
/external/skia/include/device/xps/
DSkXPSDevice.h143 SkFontID typefaceId;
/external/skia/src/device/xps/
DSkXPSDevice.cpp1881 const SkFontID typefaceID = typeface->uniqueID(); in CreateTypefaceUse()