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

  /external/webkit/Source/WebKit/chromium/public/
WebFontDescription.h 53 enum Smoothing {
80 , smoothing(SmoothingAuto)
92 Smoothing smoothing; member in struct:WebKit::WebFontDescription
  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 49 smoothing = static_cast<Smoothing>(desc.fontSmoothing());
67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing));

Completed in 252 milliseconds