Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFontLCDConfig.h24 enum LCDOrientation { enum
30 static void SetSubpixelOrientation(LCDOrientation orientation);
32 static LCDOrientation GetSubpixelOrientation();
DSkFontHost.h61 enum LCDOrientation { enum
67 static void SetSubpixelOrientation(LCDOrientation orientation);
69 static LCDOrientation GetSubpixelOrientation();
DSkDeviceProperties.h55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) { in fromOldOrientation()
/external/chromium_org/third_party/skia/include/core/
DSkFontLCDConfig.h24 enum LCDOrientation { enum
30 static void SetSubpixelOrientation(LCDOrientation orientation);
32 static LCDOrientation GetSubpixelOrientation();
DSkFontHost.h61 enum LCDOrientation { enum
67 static void SetSubpixelOrientation(LCDOrientation orientation);
69 static LCDOrientation GetSubpixelOrientation();
DSkDeviceProperties.h55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) { in fromOldOrientation()
/external/chromium_org/third_party/skia/src/core/
DSkFontHost.cpp11 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientatio…
14 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() { in GetSubpixelOrientation()
18 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
35 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation() { in GetSubpixelOrientation()
36 return (SkFontHost::LCDOrientation)SkFontLCDConfig::GetSubpixelOrientation(); in GetSubpixelOrientation()
39 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
40 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation); in SetSubpixelOrientation()
/external/skia/src/core/
DSkFontHost.cpp11 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientatio…
14 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() { in GetSubpixelOrientation()
18 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
35 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation() { in GetSubpixelOrientation()
36 return (SkFontHost::LCDOrientation)SkFontLCDConfig::GetSubpixelOrientation(); in GetSubpixelOrientation()
39 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
40 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation); in SetSubpixelOrientation()
/external/chromium_org/third_party/WebKit/public/web/linux/
DWebFontRendering.h51 BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation);
/external/chromium_org/third_party/WebKit/Source/web/linux/
DWebFontRendering.cpp92 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation) in setLCDOrientation()
/external/chromium_org/content/renderer/
Drender_view_linux.cc68 static SkFontHost::LCDOrientation
/external/chromium_org/skia/ext/
Dimage_operations.cc367 const SkFontHost::LCDOrientation orientation = in ResizeSubpixel()