HomeSort by relevance Sort by last modified time
    Searched refs:SkStackViewLayout (Results 1 - 7 of 7) sorted by null

  /external/skia/legacy/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...]
SkBorderView.cpp 13 #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;
views_files.mk 18 SkStackViewLayout.cpp \
  /external/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...]
views_files.mk 18 SkStackViewLayout.cpp \
  /external/skia/include/views/
SkStackViewLayout.h 15 class SkStackViewLayout : public SkView::Layout {
17 SkStackViewLayout();
  /external/skia/legacy/include/views/
SkStackViewLayout.h 15 class SkStackViewLayout : public SkView::Layout {
17 SkStackViewLayout();

Completed in 466 milliseconds