Searched refs:fcToIndex (Results 1 – 1 of 1) sorted by relevance
306 std::unordered_map<std::shared_ptr<minikin::FontCollection>, size_t> fcToIndex; in Typeface_writeTypefaces() local308 bool inserted = fcToIndex.emplace(typeface->fFontCollection, fontCollections.size()).second; in Typeface_writeTypefaces()316 writer.write<uint32_t>(fcToIndex.find(typeface->fFontCollection)->second); in Typeface_writeTypefaces()