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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 162 switch (textRendering()) {
FontDescription.h 113 TextRenderingMode textRendering() const { return static_cast<TextRenderingMode>(m_textRendering); }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 75 if (font->fontDescription().fontSmoothing() == Antialiased || font->fontDescription().textRendering() == GeometricPrecision)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 228 if (style->fontDescription().textRendering() == GeometricPrecision)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 399 milliseconds