Searched refs:hintStyle (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontRenderStyle.h46 hintStyle(0),
55 && hintStyle == a.hintStyle
67 char hintStyle; // level of hinting, 0..3 member in struct:WebCore::FontRenderStyle
H A DFontPlatformDataLinux.cpp168 paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle));
/external/webkit/Source/WebKit/chromium/src/linux/
H A DWebFontRenderStyle.cpp45 out->hintStyle = hintStyle;
55 hintStyle = 0;
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebFontRenderStyle.h48 char hintStyle; // level of hinting, 0..3 member in struct:WebKit::WebFontRenderStyle
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebFontInfo.cpp174 out->hintStyle = i;

Completed in 266 milliseconds