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