Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRemoteGlyphCache.cpp189 : typefaceID{typefaceID_}, discardableHandleId(discardableHandleId_) {} in StrikeSpec()
190 SkFontID typefaceID = 0u; member
256 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
258 SkFontID typefaceID; member
647 auto* tf = fRemoteFontIdToTypeface.find(spec.typefaceID)->get(); in readStrikeData()
727 auto* typeface = fRemoteFontIdToTypeface.find(wire.typefaceID); in addTypeface()
731 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
733 fRemoteFontIdToTypeface.set(wire.typefaceID, newTypeface); in addTypeface()
DSkScalerContext.cpp1091 SkDescriptor* SkScalerContext::MakeDescriptorForPaths(SkFontID typefaceID, in MakeDescriptorForPaths() argument
1095 rec.fFontID = typefaceID; in MakeDescriptorForPaths()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp193 : typefaceID{typefaceID_}, discardableHandleId(discardableHandleId_) {} in StrikeSpec()
194 SkFontID typefaceID = 0u; member
571 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
573 SkFontID typefaceID{0}; member
1015 auto* tfPtr = fRemoteFontIdToTypeface.find(spec.typefaceID); in readStrikeData()
1099 auto* typeface = fRemoteFontIdToTypeface.find(wire.typefaceID); in addTypeface()
1103 wire.typefaceID, wire.glyphCount, wire.style, wire.isFixed, in addTypeface()
1105 fRemoteFontIdToTypeface.set(wire.typefaceID, newTypeface); in addTypeface()
/external/skia/src/xps/
DSkXPSDevice.cpp1733 const SkFontID typefaceID = typeface->uniqueID(); in CreateTypefaceUse() local
1735 if (current.typefaceId == typefaceID) { in CreateTypefaceUse()
1783 typefaceID, in CreateTypefaceUse()
/external/skqp/src/xps/
DSkXPSDevice.cpp1820 const SkFontID typefaceID = typeface->uniqueID();
1825 if (current->typefaceId == typefaceID) {
1869 newTypefaceUse.typefaceId = typefaceID;