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

  /external/skia/src/core/
SkFontHost.cpp 12 static SkFontHost::LCDOrientation gLCDOrientation = SkFontHost::kHorizontal_LCDOrientation;
16 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation()
22 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation)
SkPaint.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/linux/
WebFontRendering.h 48 WEBKIT_API static void setLCDOrientation(SkFontHost::LCDOrientation);
  /external/webkit/Source/WebKit/chromium/src/linux/
WebFontRendering.cpp 65 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation)
  /external/skia/include/core/
SkFontHost.h 254 enum LCDOrientation {
259 static void SetSubpixelOrientation(LCDOrientation orientation);
260 static LCDOrientation GetSubpixelOrientation();

Completed in 318 milliseconds