Searched defs:collections (Results 1 – 7 of 7) sorted by relevance
48 static void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()79 void addFontMapInternal(std::shared_ptr<FontCollection>&& collections) { in addFontMapInternal()
31 LeakDetector providesLeakDetector(DumpManager dumpManager, TrackedCollections collections) { in providesLeakDetector()
74 TrackedCollections collections = new TrackedCollections(); in setup() local
38 void addFontMap(std::shared_ptr<FontCollection>&& collections) { in addFontMap()
181 const std::vector<std::shared_ptr<FontCollection>>& collections) { in writeToBuffer()
249 [&fonts](const std::vector<std::shared_ptr<minikin::FontCollection>>& collections) { in ASystemFontIterator_open()
85 … std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections; member