OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCDOrientation
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h
24
enum
LCDOrientation
{
30
static void SetSubpixelOrientation(
LCDOrientation
orientation);
32
static
LCDOrientation
GetSubpixelOrientation();
SkFontHost.h
61
enum
LCDOrientation
{
67
static void SetSubpixelOrientation(
LCDOrientation
orientation);
69
static
LCDOrientation
GetSubpixelOrientation();
/external/skia/include/core/
SkFontLCDConfig.h
24
enum
LCDOrientation
{
30
static void SetSubpixelOrientation(
LCDOrientation
orientation);
32
static
LCDOrientation
GetSubpixelOrientation();
SkFontHost.h
61
enum
LCDOrientation
{
67
static void SetSubpixelOrientation(
LCDOrientation
orientation);
69
static
LCDOrientation
GetSubpixelOrientation();
SkDeviceProperties.h
55
static Orientation fromOldOrientation(SkFontLCDConfig::
LCDOrientation
orientation) {
/external/chromium_org/third_party/WebKit/public/web/linux/
WebFontRendering.h
51
BLINK_EXPORT static void setLCDOrientation(SkFontHost::
LCDOrientation
);
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
11
static SkFontLCDConfig::
LCDOrientation
gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
14
SkFontLCDConfig::
LCDOrientation
SkFontLCDConfig::GetSubpixelOrientation() {
18
void SkFontLCDConfig::SetSubpixelOrientation(
LCDOrientation
orientation) {
35
SkFontHost::
LCDOrientation
SkFontHost::GetSubpixelOrientation() {
36
return (SkFontHost::
LCDOrientation
)SkFontLCDConfig::GetSubpixelOrientation();
39
void SkFontHost::SetSubpixelOrientation(
LCDOrientation
orientation) {
40
SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::
LCDOrientation
)orientation);
/external/skia/src/core/
SkFontHost.cpp
11
static SkFontLCDConfig::
LCDOrientation
gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
14
SkFontLCDConfig::
LCDOrientation
SkFontLCDConfig::GetSubpixelOrientation() {
18
void SkFontLCDConfig::SetSubpixelOrientation(
LCDOrientation
orientation) {
35
SkFontHost::
LCDOrientation
SkFontHost::GetSubpixelOrientation() {
36
return (SkFontHost::
LCDOrientation
)SkFontLCDConfig::GetSubpixelOrientation();
39
void SkFontHost::SetSubpixelOrientation(
LCDOrientation
orientation) {
40
SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::
LCDOrientation
)orientation);
/external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp
85
void WebFontRendering::setLCDOrientation(SkFontHost::
LCDOrientation
orientation)
/external/chromium_org/content/renderer/
render_view_linux.cc
62
SkFontHost::
LCDOrientation
RendererPreferencesToSkiaLCDOrientation(
/external/chromium_org/skia/ext/
image_operations.cc
367
const SkFontHost::
LCDOrientation
orientation =
Completed in 492 milliseconds