Home
last modified time | relevance | path

Searched refs:sourceAd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp970 SkAutoDescriptor sourceAd; in readStrikeData() local
971 if (!deserializer.readDescriptor(&sourceAd)) READ_FAILURE in readStrikeData()
973 msg.appendf(" Received descriptor:\n%s", sourceAd.getDesc()->dumpRec().c_str()); in readStrikeData()
994 auto* client_desc = auto_descriptor_from_desc(sourceAd.getDesc(), tf->uniqueID(), &ad); in readStrikeData()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp796 SkAutoDescriptor sourceAd; in readStrikeData() local
797 if (!deserializer.readDescriptor(&sourceAd)) READ_FAILURE in readStrikeData()
812 auto* client_desc = auto_descriptor_from_desc(sourceAd.getDesc(), tf->uniqueID(), &ad); in readStrikeData()