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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 324 const char* family_cstr = family.c_str(); local
326 strcasecmp(family_cstr, "sans") == 0 ||
327 strcasecmp(family_cstr, "serif") == 0 ||
328 strcasecmp(family_cstr, "monospace") == 0;
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 318 const char* family_cstr = family.c_str(); local
320 strcasecmp(family_cstr, "sans") == 0 ||
321 strcasecmp(family_cstr, "serif") == 0 ||
322 strcasecmp(family_cstr, "monospace") == 0;

Completed in 477 milliseconds