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

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

Completed in 379 milliseconds