Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.h104 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse()
106 const SkFontID typefaceId; variable
DSkXPSDevice.cpp1735 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
/external/skqp/src/core/
DSkRemoteGlyphCache.cpp362 const SkFontID typefaceId = tf->uniqueID(); in getOrCreateCache() local
363 if (!fCachedTypefaces.contains(typefaceId)) { in getOrCreateCache()
364 fCachedTypefaces.add(typefaceId); in getOrCreateCache()
365 fTypefacesToSend.emplace_back(typefaceId, tf->countGlyphs(), tf->fontStyle(), in getOrCreateCache()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp788 const SkFontID typefaceId = typeface.uniqueID(); in getOrCreateCache() local
789 if (!fCachedTypefaces.contains(typefaceId)) { in getOrCreateCache()
790 fCachedTypefaces.add(typefaceId); in getOrCreateCache()
791 fTypefacesToSend.emplace_back(typefaceId, typeface.countGlyphs(), in getOrCreateCache()
/external/skqp/src/xps/
DSkXPSDevice.h112 SkFontID typefaceId;
DSkXPSDevice.cpp123 : typefaceId(0xffffffff) in TypefaceUse()
1825 if (current->typefaceId == typefaceID) {
1869 newTypefaceUse.typefaceId = typefaceID;