Searched refs:glyphImagesCount (Results 1 – 4 of 4) sorted by relevance
126 uint64_t glyphImagesCount; member
934 strikeCount, glyphImagesCount, glyphPathsCount}; \945 uint64_t glyphImagesCount = 0; in readStrikeData() local1014 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()1015 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()
741 strikeCount, glyphImagesCount, glyphPathsCount}; \770 uint64_t glyphImagesCount = 0u; in readStrikeData() local829 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()830 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()
213 uint64_t glyphImagesCount; member