Home
last modified time | relevance | path

Searched refs:Smoothing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebFontDescription.h53 enum Smoothing { enum
92 Smoothing smoothing;
/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription()