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

  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 487 const bool have_embolden = local
490 if (is_bold && have_embolden) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 412 const bool have_embolden = FcPatternGet(font, FC_EMBOLDEN, 0, &embolden) == 0; local
415 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 412 const bool have_embolden = FcPatternGet(font, FC_EMBOLDEN, 0, &embolden) == 0; local
415 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {

Completed in 32 milliseconds