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 476 void FontBuilder::setFontSmoothing(FontSmoothingMode foontSmoothingMode)
480 scope.fontDescription().setFontSmoothing(foontSmoothingMode);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 165 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }

Completed in 41 milliseconds