Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp343 const char* family_cstr = family.c_str(); in IsFallbackFontAllowed() local
345 strcasecmp(family_cstr, "sans") == 0 || in IsFallbackFontAllowed()
346 strcasecmp(family_cstr, "serif") == 0 || in IsFallbackFontAllowed()
347 strcasecmp(family_cstr, "monospace") == 0; in IsFallbackFontAllowed()