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

  /external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h 25 kHorizontal_LCDOrientation = 0, //!< this is the default
SkFontHost.h 62 kHorizontal_LCDOrientation = 0, //!< this is the default
  /external/chromium_org/content/renderer/
render_view_linux.cc 68 return SkFontHost::kHorizontal_LCDOrientation;
74 return SkFontHost::kHorizontal_LCDOrientation;
  /external/chromium_org/skia/ext/
image_operations.cc 374 case SkFontHost::kHorizontal_LCDOrientation:
416 case SkFontHost::kHorizontal_LCDOrientation:
432 case SkFontHost::kHorizontal_LCDOrientation:
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 11 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;

Completed in 232 milliseconds