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

  /external/chromium_org/third_party/WebKit/public/web/linux/
WebFontRendering.h 35 #include <SkFontHost.h>
50 BLINK_EXPORT static void setLCDOrder(SkFontHost::LCDOrder);
51 BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation);
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp 79 void WebFontRendering::setLCDOrder(SkFontHost::LCDOrder order)
81 SkFontHost::SetSubpixelOrder(order);
85 void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation)
87 SkFontHost::SetSubpixelOrientation(orientation);
  /external/chromium_org/content/renderer/
render_view_linux.cc 46 SkFontHost::LCDOrder RendererPreferencesToSkiaLCDOrder(
52 return SkFontHost::kRGB_LCDOrder;
55 return SkFontHost::kBGR_LCDOrder;
58 return SkFontHost::kRGB_LCDOrder;
62 SkFontHost::LCDOrientation RendererPreferencesToSkiaLCDOrientation(
68 return SkFontHost::kHorizontal_LCDOrientation;
71 return SkFontHost::kVertical_LCDOrientation;
74 return SkFontHost::kHorizontal_LCDOrientation;
  /external/chromium_org/third_party/skia/include/core/
SkFontHost.h 21 /** \class SkFontHost
45 SkFontHost turns that ID into a stream to access the font's data.
50 class SK_API SkFontHost {
SkTypeface.h 360 friend class SkFontHost;
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 31 // Legacy wrappers : remove from SkFontHost when webkit switches to new API
33 #include "SkFontHost.h"
35 SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation() {
36 return (SkFontHost::LCDOrientation)SkFontLCDConfig::GetSubpixelOrientation();
39 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
43 SkFontHost::LCDOrder SkFontHost::GetSubpixelOrder() {
44 return (SkFontHost::LCDOrder)SkFontLCDConfig::GetSubpixelOrder();
47 void SkFontHost::SetSubpixelOrder(LCDOrder order)
    [all...]
  /external/chromium_org/skia/ext/
image_operations.cc 21 #include "third_party/skia/include/core/SkFontHost.h"
363 // where SkFontHost::GetSubpixelOrder is defined.
366 const SkFontHost::LCDOrder order = SkFontHost::GetSubpixelOrder();
367 const SkFontHost::LCDOrientation orientation =
368 SkFontHost::GetSubpixelOrientation();
374 case SkFontHost::kHorizontal_LCDOrientation:
377 case SkFontHost::kVertical_LCDOrientation:
414 case SkFontHost::kRGB_LCDOrder:
416 case SkFontHost::kHorizontal_LCDOrientation
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigTypeface.h 51 friend class SkFontHost; // hack until we can make public versions
SkFontHost_mac.cpp 21 #include "SkFontHost.h"
451 friend class SkFontHost; // to access our protected members for deprecated methods
    [all...]
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.darwin-arm64.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.darwin-mips.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.darwin-mips64.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.darwin-x86.mk 106 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.darwin-x86_64.mk 106 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-arm.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-arm64.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-mips.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-mips64.mk 105 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-x86.mk 106 third_party/skia/src/core/SkFontHost.cpp \
skia_library.target.linux-x86_64.mk 106 third_party/skia/src/core/SkFontHost.cpp \

Completed in 481 milliseconds