Searched defs:get_name_and_style (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_linux.cpp367 static bool get_name_and_style(const char path[], SkString* name, function
410 if (!get_name_and_style(filename.c_str(), &realname, &style, &isFixedWidth)) {
H A DSkFontHost_simple.cpp360 static bool get_name_and_style(const char path[], SkString* name, function
456 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) {
H A DSkFontHost_android.cpp368 static bool get_name_and_style(const char path[], SkString* name, function
501 if (!get_name_and_style(rec[i].fFileName, &name, &style,

Completed in 18 milliseconds