Searched refs:SkFontLCDConfig (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h4 //TODO: get everyone to stop using SkFontLCDConfig::SetSubpixel* and remove this import.
5 #include "SkFontLCDConfig.h"
54 //TODO: get everyone to stop using SkFontLCDConfig::SetSubpixel* and replace these calls with constants.
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
57 case SkFontLCDConfig::kHorizontal_LCDOrientation: return kHorizontal_Orientation;
58 case SkFontLCDConfig::kVertical_LCDOrientation: return kVertical_Orientation;
62 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
64 case SkFontLCDConfig::kRGB_LCDOrder: return kRGB_Layout;
65 case SkFontLCDConfig::kBGR_LCDOrder: return kBGR_Layout;
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig
[all...]
H A DSkFontLCDConfig.h13 class SkFontLCDConfig { class
/external/skia/include/core/
H A DSkDeviceProperties.h4 //TODO: get everyone to stop using SkFontLCDConfig::SetSubpixel* and remove this import.
5 #include "SkFontLCDConfig.h"
54 //TODO: get everyone to stop using SkFontLCDConfig::SetSubpixel* and replace these calls with constants.
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
57 case SkFontLCDConfig::kHorizontal_LCDOrientation: return kHorizontal_Orientation;
58 case SkFontLCDConfig::kVertical_LCDOrientation: return kVertical_Orientation;
62 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
64 case SkFontLCDConfig::kRGB_LCDOrder: return kRGB_Layout;
65 case SkFontLCDConfig::kBGR_LCDOrder: return kBGR_Layout;
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig
[all...]
H A DSkFontLCDConfig.h13 class SkFontLCDConfig { class
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp8 #include "SkFontLCDConfig.h"
11 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
12 static SkFontLCDConfig::LCDOrder gLCDOrder = SkFontLCDConfig::kRGB_LCDOrder;
14 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() {
18 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
22 SkFontLCDConfig::LCDOrder SkFontLCDConfig
[all...]
/external/skia/src/core/
H A DSkFontHost.cpp8 #include "SkFontLCDConfig.h"
11 static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
12 static SkFontLCDConfig::LCDOrder gLCDOrder = SkFontLCDConfig::kRGB_LCDOrder;
14 SkFontLCDConfig::LCDOrientation SkFontLCDConfig::GetSubpixelOrientation() {
18 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
22 SkFontLCDConfig::LCDOrder SkFontLCDConfig
[all...]

Completed in 1488 milliseconds