OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Orient
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkStackViewLayout.h
26
enum
Orient
{
32
Orient
getOrient() const { return (
Orient
)fOrient; }
33
void setOrient(
Orient
);
/external/skia/src/views/
SkStackViewLayout.cpp
13
void SkStackViewLayout::setOrient(
Orient
ori)
196
if ((index = dom.findList(node, "
orient
", "horizontal,vertical")) >= 0)
197
this->setOrient((
Orient
)index);
199
assert_no_attr(dom, node, "
orient
");
Completed in 276 milliseconds