Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp985 auto* tfPtr = fRemoteFontIdToTypeface.find(spec.typefaceID); in readStrikeData() local
987 if (!tfPtr) READ_FAILURE in readStrikeData()
988 auto* tf = tfPtr->get(); in readStrikeData()
1007 SkStrikeSpec strikeSpec{*client_desc, *tfPtr}; in readStrikeData()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp803 auto* tfPtr = fRemoteFontIdToTypeface.find(spec.typefaceID); in readStrikeData() local
805 if (!tfPtr) READ_FAILURE in readStrikeData()
806 auto* tf = tfPtr->get(); in readStrikeData()