Searched refs:have_embolden (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_sandbox_host_linux.cc487 const bool have_embolden = local
490 if (is_bold && have_embolden) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp412 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/
H A DSkFontConfigInterface_direct.cpp412 const bool have_embolden = FcPatternGet(font, FC_EMBOLDEN, 0, &embolden) == 0; local
415 if (resulting_bold > FC_WEIGHT_MEDIUM && !have_embolden) {

Completed in 75 milliseconds