Searched refs:glyphPathsCount (Results 1 – 2 of 2) sorted by relevance
121 uint64_t glyphPathsCount; member
885 uint64_t glyphPathsCount = 0; in readStrikeData() local970 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()971 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()