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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 39 #include "platform/fonts/FontRenderStyle.h"
143 // The returned styles are all actual styles without FontRenderStyle::NoPreference.
144 const FontRenderStyle& fontRenderStyle() const { return m_style; }
197 FontRenderStyle m_style;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 110 if (platformData().fontRenderStyle().useSubpixelPositioning && descent < SkScalarToFloat(metrics.fDescent) && ascent >= 1) {

Completed in 803 milliseconds