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 46 smoothing = static_cast<Smoothing>(desc.fontSmoothing());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 70 if (font->fontDescription().fontSmoothing() == Antialiased || font->fontDescription().textRendering() == GeometricPrecision)
84 switch (fontDescription().fontSmoothing()) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 149 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 221 milliseconds