Searched refs:glyphPathsCount (Results 1 – 3 of 3) sorted by relevance
874 strikeCount, glyphImagesCount, glyphPathsCount}; \904 uint64_t glyphPathsCount = 0; in readStrikeData() local977 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()978 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()
202 uint64_t glyphPathsCount; member
696 uint64_t glyphPathsCount = 0u; in readStrikeData() local697 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()698 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()