Home | History | Annotate | Download | only in views

Lines Matching defs:SkStackViewLayout

1 #include "SkStackViewLayout.h"
3 SkStackViewLayout::SkStackViewLayout()
13 void SkStackViewLayout::setOrient(Orient ori)
19 void SkStackViewLayout::getMargin(SkRect* margin) const
25 void SkStackViewLayout::setMargin(const SkRect& margin)
30 void SkStackViewLayout::setSpacer(SkScalar spacer)
35 void SkStackViewLayout::setPack(Pack pack)
41 void SkStackViewLayout::setAlign(Align align)
47 void SkStackViewLayout::setRound(bool r)
90 void SkStackViewLayout::onLayoutChildren(SkView* parent)
191 void SkStackViewLayout::onInflate(const SkDOM& dom, const SkDOM::Node* node)