Searched refs:fontCollectionsCount (Results 1 – 1 of 1) sorted by relevance
51 uint32_t fontCollectionsCount = reader->read<uint32_t>(); in readVector() local53 fontCollections.reserve(fontCollectionsCount); in readVector()54 for (uint32_t i = 0; i < fontCollectionsCount; i++) { in readVector()