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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 317 const char* family_cstr = family.c_str(); local
319 strcasecmp(family_cstr, "sans") == 0 ||
320 strcasecmp(family_cstr, "serif") == 0 ||
321 strcasecmp(family_cstr, "monospace") == 0;
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 317 const char* family_cstr = family.c_str(); local
319 strcasecmp(family_cstr, "sans") == 0 ||
320 strcasecmp(family_cstr, "serif") == 0 ||
321 strcasecmp(family_cstr, "monospace") == 0;

Completed in 136 milliseconds