OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFontLCDConfig
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h
4
//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
::GetSubpixelOrientation()); //kHorizontal_Orientatio
[
all
...]
SkFontLCDConfig.h
13
class
SkFontLCDConfig
{
/external/skia/include/core/
SkDeviceProperties.h
4
//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
::GetSubpixelOrientation()); //kHorizontal_Orientatio
[
all
...]
SkFontLCDConfig.h
13
class
SkFontLCDConfig
{
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
8
#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
::GetSubpixelOrder()
[
all
...]
/external/skia/src/core/
SkFontHost.cpp
8
#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
::GetSubpixelOrder()
[
all
...]
Completed in 198 milliseconds