Searched refs:glyphPathsCount (Results 1 – 2 of 2) sorted by relevance
127 uint64_t glyphPathsCount; member
934 strikeCount, glyphImagesCount, glyphPathsCount}; \946 uint64_t glyphPathsCount = 0; in readStrikeData() local1029 if (!deserializer.read<uint64_t>(&glyphPathsCount)) READ_FAILURE in readStrikeData()1030 for (size_t j = 0; j < glyphPathsCount; j++) { in readStrikeData()