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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 482 void FontBuilder::setFontSmoothing(FontSmoothingMode foontSmoothingMode)
486 scope.fontDescription().setFontSmoothing(foontSmoothingMode);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 157 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }

Completed in 60 milliseconds