HomeSort by relevance Sort by last modified time
    Searched full:setsubpixelorientation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h 30 static void SetSubpixelOrientation(LCDOrientation orientation);
SkFontHost.h 69 static void SetSubpixelOrientation(LCDOrientation orientation);
  /external/skia/include/core/
SkFontLCDConfig.h 30 static void SetSubpixelOrientation(LCDOrientation orientation);
SkFontHost.h 69 static void SetSubpixelOrientation(LCDOrientation orientation);
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation);
  /external/skia/src/core/
SkFontHost.cpp 17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation);
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp 92 SkFontHost::SetSubpixelOrientation(orientation);

Completed in 97 milliseconds