HomeSort by relevance Sort by last modified time
    Searched refs:find_family (Results 1 - 3 of 3) sorted by null

  /external/skia/src/ports/
SkFontMgr_custom_directory.cpp 34 static SkFontStyleSet_Custom* find_family(SkFontMgr_Custom::Families& families, function in class:DirectorySystemFontLoader
78 SkFontStyleSet_Custom* addTo = find_family(*families, realname.c_str());
SkFontMgr_custom_embedded.cpp 36 static SkFontStyleSet_Custom* find_family(SkFontMgr_Custom::Families& families, function in class:EmbeddedSystemFontLoader
70 SkFontStyleSet_Custom* addTo = find_family(*families, realname.c_str());
SkFontMgr_android_parser.cpp 290 static FontFamily* find_family(FamilyData* self, const SkString& familyName) { function in namespace:lmpParser
331 FontFamily* targetFamily = find_family(self, to);

Completed in 108 milliseconds