OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSubpixelOrientation
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkFontLCDConfig.h
32
static LCDOrientation
GetSubpixelOrientation
();
SkFontHost.h
69
static LCDOrientation
GetSubpixelOrientation
();
/external/skia/src/core/
SkFontHost.cpp
13
SkFontLCDConfig::LCDOrientation SkFontLCDConfig::
GetSubpixelOrientation
() {
34
SkFontHost::LCDOrientation SkFontHost::
GetSubpixelOrientation
() {
35
return (SkFontHost::LCDOrientation)SkFontLCDConfig::
GetSubpixelOrientation
();
/external/skia/src/image/
SkSurface.cpp
30
if (SkFontLCDConfig::kVertical_LCDOrientation == SkFontLCDConfig::
GetSubpixelOrientation
()){
Completed in 220 milliseconds