Searched refs:typefaceId (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/xps/ |
D | SkXPSDevice.h | 107 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse() 109 const SkTypefaceID typefaceId; variable
|
D | SkXPSDevice.cpp | 1735 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
|
/external/skia/src/core/ |
D | SkChromeRemoteGlyphCache.cpp | 418 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()
|