Home
last modified time | relevance | path

Searched refs:typefaceID (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp188 : typefaceID{typefaceID_}, discardableHandleId(discardableHandleId_) {} in StrikeSpec()
189 SkFontID typefaceID = 0u; member
408 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
410 SkFontID typefaceID{0}; member
803 auto* tfPtr = fRemoteFontIdToTypeface.find(spec.typefaceID); in readStrikeData()
878 auto* typeface = fRemoteFontIdToTypeface.find(wire.typefaceID); in addTypeface()
882 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
884 fRemoteFontIdToTypeface.set(wire.typefaceID, newTypeface); in addTypeface()
DSkScalerContext.cpp1109 SkDescriptor* SkScalerContext::MakeDescriptorForPaths(SkFontID typefaceID, in MakeDescriptorForPaths() argument
1113 rec.fFontID = typefaceID; in MakeDescriptorForPaths()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp185 : typefaceID{typefaceID_}, discardableHandleId(discardableHandleId_) {} in StrikeSpec()
186 SkFontID typefaceID = 0u; member
563 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), in WireTypeface()
566 SkFontID typefaceID{0}; member
985 auto* tfPtr = fRemoteFontIdToTypeface.find(spec.typefaceID); in readStrikeData()
1068 auto* typeface = fRemoteFontIdToTypeface.find(wire.typefaceID); in addTypeface()
1072 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
1074 fRemoteFontIdToTypeface.set(wire.typefaceID, newTypeface); in addTypeface()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1750 const SkFontID typefaceID = typeface->uniqueID();
1755 if (current->typefaceId == typefaceID) {
1799 newTypefaceUse.typefaceId = typefaceID;
/third_party/skia/src/xps/
DSkXPSDevice.cpp1736 const SkFontID typefaceID = typeface->uniqueID(); in CreateTypefaceUse() local
1738 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
1786 typefaceID, in CreateTypefaceUse()