HomeSort by relevance Sort by last modified time
    Searched full:setfontsmoothing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp 64 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 70 void setFontSmoothing(FontSmoothingMode);
FontBuilder.cpp 301 void FontBuilder::setFontSmoothing(FontSmoothingMode foontSmoothingMode)
305 scope.fontDescription().setFontSmoothing(foontSmoothingMode);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 180 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }

Completed in 393 milliseconds