HomeSort by relevance Sort by last modified time
    Searched refs:fontSmoothing (Results 1 - 4 of 4) 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/core/platform/graphics/mac/
FontMac.cpp 78 if (font->fontDescription().fontSmoothing() == Antialiased)
97 switch (fontDescription().fontSmoothing()) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 125 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 349 milliseconds