Searched refs:glyphImagesCount (Results 1 – 3 of 3) sorted by relevance
874 strikeCount, glyphImagesCount, glyphPathsCount}; \903 uint64_t glyphImagesCount = 0; in readStrikeData() local962 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()963 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()
201 uint64_t glyphImagesCount; member
672 uint64_t glyphImagesCount = 0u; in readStrikeData() local673 if (!deserializer.read<uint64_t>(&glyphImagesCount)) READ_FAILURE in readStrikeData()674 for (size_t j = 0; j < glyphImagesCount; j++) { in readStrikeData()