Home
last modified time | relevance | path

Searched refs:typefaceId (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/xps/
DSkXPSDevice.h107 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse()
109 const SkTypefaceID typefaceId; variable
DSkXPSDevice.cpp1735 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp418 WireTypeface(SkTypefaceID typefaceId, int glyphCount, SkFontStyle style, in WireTypeface()
420 : fTypefaceID(typefaceId), fGlyphCount(glyphCount), fStyle(style), in WireTypeface()
618 const SkTypefaceID typefaceId = typeface.uniqueID(); in getOrCreateCache() local
619 if (!fCachedTypefaces.contains(typefaceId)) { in getOrCreateCache()
620 fCachedTypefaces.add(typefaceId); in getOrCreateCache()
621 fTypefacesToSend.emplace_back(typefaceId, typeface.countGlyphs(), in getOrCreateCache()