OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCDOrientation
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkFontLCDConfig.h
24
enum
LCDOrientation
{
30
static void SetSubpixelOrientation(
LCDOrientation
orientation);
32
static
LCDOrientation
GetSubpixelOrientation();
/external/skia/src/core/
SkFontLCDConfig.cpp
10
static SkFontLCDConfig::
LCDOrientation
gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
13
SkFontLCDConfig::
LCDOrientation
SkFontLCDConfig::GetSubpixelOrientation() {
17
void SkFontLCDConfig::SetSubpixelOrientation(
LCDOrientation
orientation) {
/external/skqp/include/core/
SkFontLCDConfig.h
24
enum
LCDOrientation
{
30
static void SetSubpixelOrientation(
LCDOrientation
orientation);
32
static
LCDOrientation
GetSubpixelOrientation();
/external/skqp/src/core/
SkFontLCDConfig.cpp
10
static SkFontLCDConfig::
LCDOrientation
gLCDOrientation = SkFontLCDConfig::kHorizontal_LCDOrientation;
13
SkFontLCDConfig::
LCDOrientation
SkFontLCDConfig::GetSubpixelOrientation() {
17
void SkFontLCDConfig::SetSubpixelOrientation(
LCDOrientation
orientation) {
Completed in 114 milliseconds