Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkRemoteGlyphCache.cpp696 uint64_t glyphPathsCount = 0u; in readStrikeData() local
697 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()
698 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp766 uint64_t glyphPathsCount = 0u; in readStrikeData() local
767 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()
768 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()