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

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp 49 smoothing = static_cast<Smoothing>(desc.fontSmoothing());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 78 if (font->fontDescription().fontSmoothing() == Antialiased)
98 switch (fontDescription().fontSmoothing()) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 127 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilderFunctions.cpp.tmpl 467 {{ apply_font("CSSPropertyWebkitFontSmoothing", "FontSmoothing", "AutoSmoothing", "FontSmoothingMode") }}
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 558 milliseconds