Searched refs:mSystemFallbacks (Results 1 – 2 of 2) sorted by relevance
30 auto it = mSystemFallbacks.find(familyName); in findFontCollectionInternal()31 if (it != mSystemFallbacks.end()) { in findFontCollectionInternal()
55 mSystemFallbacks.insert(std::make_pair(familyName, fc)); in registerFallbackInternal()67 std::map<std::string, std::shared_ptr<FontCollection>> mSystemFallbacks; variable