OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHorizontal_LCDOrientation
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h
25
kHorizontal_LCDOrientation
= 0, //!< this is the default
SkFontHost.h
62
kHorizontal_LCDOrientation
= 0, //!< this is the default
SkDeviceProperties.h
66
case SkFontLCDConfig::
kHorizontal_LCDOrientation
: return kHorizontal_Orientation;
/external/skia/include/core/
SkFontLCDConfig.h
25
kHorizontal_LCDOrientation
= 0, //!< this is the default
SkFontHost.h
62
kHorizontal_LCDOrientation
= 0, //!< this is the default
SkDeviceProperties.h
66
case SkFontLCDConfig::
kHorizontal_LCDOrientation
: return kHorizontal_Orientation;
/external/chromium_org/content/renderer/
render_view_linux.cc
76
return SkFontHost::
kHorizontal_LCDOrientation
;
82
return SkFontHost::
kHorizontal_LCDOrientation
;
/external/chromium_org/skia/ext/
image_operations.cc
374
case SkFontHost::
kHorizontal_LCDOrientation
:
416
case SkFontHost::
kHorizontal_LCDOrientation
:
432
case SkFontHost::
kHorizontal_LCDOrientation
:
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
11
static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::
kHorizontal_LCDOrientation
;
/external/skia/src/core/
SkFontHost.cpp
11
static SkFontLCDConfig::LCDOrientation gLCDOrientation = SkFontLCDConfig::
kHorizontal_LCDOrientation
;
Completed in 874 milliseconds