Home
last modified time | relevance | path

Searched refs:LCDOrientation (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkFontHost.cpp20 static SkFontHost::LCDOrientation gLCDOrientation = SkFontHost::kHorizontal_LCDOrientation;
24 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation() in GetSubpixelOrientation()
30 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) in SetSubpixelOrientation()
DSkPaint.cpp1309 SkFontHost::LCDOrientation orient = SkFontHost::GetSubpixelOrientation(); in MakeRec()
/external/skia/include/core/
DSkFontHost.h262 enum LCDOrientation { enum
267 static void SetSubpixelOrientation(LCDOrientation orientation);
268 static LCDOrientation GetSubpixelOrientation();
/external/webkit/Source/WebKit/chromium/public/linux/
DWebFontRendering.h48 WEBKIT_API static void setLCDOrientation(SkFontHost::LCDOrientation);
/external/webkit/Source/WebKit/chromium/src/linux/
DWebFontRendering.cpp65 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation) in setLCDOrientation()