Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRemoteGlyphCache.cpp874 strikeCount, glyphImagesCount, glyphPathsCount}; \
904 uint64_t glyphPathsCount = 0; in readStrikeData() local
977 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()
978 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()
DSkRemoteGlyphCache.h202 uint64_t glyphPathsCount; member
/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()