HomeSort by relevance Sort by last modified time
    Searched full:family_cstr (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 299 const char* family_cstr = family.c_str(); local
301 strcasecmp(family_cstr, "sans") == 0 ||
302 strcasecmp(family_cstr, "serif") == 0 ||
303 strcasecmp(family_cstr, "monospace") == 0;

Completed in 35 milliseconds