OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkStackViewLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/views/
SkStackViewLayout.h
15
class
SkStackViewLayout
: public SkView::Layout {
17
SkStackViewLayout
();
/external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp
8
#include "
SkStackViewLayout
.h"
10
SkStackViewLayout
::
SkStackViewLayout
()
20
void
SkStackViewLayout
::setOrient(Orient ori)
26
void
SkStackViewLayout
::getMargin(SkRect* margin) const
32
void
SkStackViewLayout
::setMargin(const SkRect& margin)
37
void
SkStackViewLayout
::setSpacer(SkScalar spacer)
42
void
SkStackViewLayout
::setPack(Pack pack)
48
void
SkStackViewLayout
::setAlign(Align align)
54
void
SkStackViewLayout
::setRound(bool r
[
all
...]
Completed in 432 milliseconds