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

  /external/skia/src/core/
SkFontLCDConfig.cpp 8 #include "SkFontLCDConfig.h"
10 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
11 static SkFontLCDConfig::LCDOrder gLCDOrder = SkFontLCDConfig::kRGB_LCDOrder;
13 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() {
17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
21 SkFontLCDConfig::LCDOrder SkFontLCDConfig::GetSubpixelOrder()
    [all...]
  /external/skia/include/core/
SkFontLCDConfig.h 13 class SK_API SkFontLCDConfig {
  /external/skia/src/image/
SkSurface.cpp 13 #include "SkFontLCDConfig.h"
15 SkFontLCDConfig::LCDOrder order = SkFontLCDConfig::GetSubpixelOrder();
16 if (SkFontLCDConfig::kNONE_LCDOrder == order) {
28 if (SkFontLCDConfig::kBGR_LCDOrder == order) {
31 if (SkFontLCDConfig::kVertical_LCDOrientation == SkFontLCDConfig::GetSubpixelOrientation()){

Completed in 83 milliseconds