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

  /external/skia/include/core/
SkFontLCDConfig.h 24 enum LCDOrientation {
30 static void SetSubpixelOrientation(LCDOrientation orientation);
32 static LCDOrientation GetSubpixelOrientation();
SkFontHost.h 61 enum LCDOrientation {
67 static void SetSubpixelOrientation(LCDOrientation orientation);
69 static LCDOrientation GetSubpixelOrientation();
  /external/skia/src/core/
SkFontHost.cpp 10 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
13 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() {
17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
34 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation() {
35 return (SkFontHost::LCDOrientation)SkFontLCDConfig::GetSubpixelOrientation();
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation);

Completed in 27 milliseconds