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

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

Completed in 140 milliseconds