Home
last modified time | relevance | path

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

/third_party/skia/src/xps/
H A DSkXPSDevice.h106 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse()
108 const SkFontID typefaceId; member in SkXPSDevice::TypefaceUse
H A DSkXPSDevice.cpp1738 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp759 const SkFontID typefaceId = typeface.uniqueID(); in getOrCreateCache() local
760 if (!fCachedTypefaces.contains(typefaceId)) { in getOrCreateCache()
761 fCachedTypefaces.add(typefaceId); in getOrCreateCache()
762 fTypefacesToSend.emplace_back(typefaceId, typeface.countGlyphs(), in getOrCreateCache()

Completed in 7 milliseconds