Home
last modified time | relevance | path

Searched refs:find_family (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_custom.cpp361 static SkFontStyleSet_Custom* find_family(SkFontMgr_Custom::Families& families, in find_family() function in DirectorySystemFontLoader
407 SkFontStyleSet_Custom* addTo = find_family(*families, realname.c_str()); in load_directory_fonts()
458 static SkFontStyleSet_Custom* find_family(SkFontMgr_Custom::Families& families, in find_family() function in EmbeddedSystemFontLoader
494 SkFontStyleSet_Custom* addTo = find_family(*families, realname.c_str()); in load_embedded_font()
DSkFontMgr_android_parser.cpp288 static FontFamily* find_family(FamilyData* self, const SkString& familyName) { in find_family() function
329 FontFamily* targetFamily = find_family(self, to); in __anonbbaf037e0902()