Searched refs:SkStackViewLayout (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/views/
H A DSkStackViewLayout.cpp8 #include "SkStackViewLayout.h"
10 SkStackViewLayout::SkStackViewLayout() function in class: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
[all...]
/external/skia/src/views/animated/
H A DSkBorderView.cpp13 #include "SkStackViewLayout.h"
78 //setup_views.cpp uses SkView::Layout instead of SkStackViewLayout
80 SkStackViewLayout* layout;
84 layout = (SkStackViewLayout*)this->getLayout();
89 layout = new SkStackViewLayout;
/external/skia/include/views/
H A DSkStackViewLayout.h15 class SkStackViewLayout : public SkView::Layout { class in inherits:SkView::Layout
17 SkStackViewLayout();

Completed in 83 milliseconds