Searched refs:glyphPathsCount (Results 1 – 2 of 2) sorted by relevance
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()
766 uint64_t glyphPathsCount = 0u; in readStrikeData() local767 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()768 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()