Home
last modified time | relevance | path

Searched refs:SkStackViewLayout (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/views/
DSkStackViewLayout.cpp10 SkStackViewLayout::SkStackViewLayout() in SkStackViewLayout() function in SkStackViewLayout
20 void SkStackViewLayout::setOrient(Orient ori) in setOrient()
26 void SkStackViewLayout::getMargin(SkRect* margin) const in getMargin()
32 void SkStackViewLayout::setMargin(const SkRect& margin) in setMargin()
37 void SkStackViewLayout::setSpacer(SkScalar spacer) in setSpacer()
42 void SkStackViewLayout::setPack(Pack pack) in setPack()
48 void SkStackViewLayout::setAlign(Align align) in setAlign()
54 void SkStackViewLayout::setRound(bool r) in setRound()
97 void SkStackViewLayout::onLayoutChildren(SkView* parent) in onLayoutChildren()
198 void SkStackViewLayout::onInflate(const SkDOM& dom, const SkDOM::Node* node) in onInflate()
DSkBorderView.cpp80 SkStackViewLayout* layout; in onEvent()
84 layout = (SkStackViewLayout*)this->getLayout(); in onEvent()
89 layout = new SkStackViewLayout; in onEvent()
Dviews_files.mk18 SkStackViewLayout.cpp \
/external/skia/include/views/
DSkStackViewLayout.h15 class SkStackViewLayout : public SkView::Layout {
17 SkStackViewLayout();
/external/skia/gyp/
Dviews.gyp35 '../include/views/SkStackViewLayout.h',
56 '../src/views/SkStackViewLayout.cpp',