Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRemoteGlyphCache.cpp874 strikeCount, glyphImagesCount, glyphPathsCount}; \
903 uint64_t glyphImagesCount = 0; in readStrikeData() local
962 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()
963 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()
DSkRemoteGlyphCache.h201 uint64_t glyphImagesCount; member
/external/skqp/src/core/
DSkRemoteGlyphCache.cpp672 uint64_t glyphImagesCount = 0u; in readStrikeData() local
673 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()
674 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()