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

  /external/skia/include/views/
SkStackViewLayout.h 15 class SkStackViewLayout : public SkView::Layout {
17 SkStackViewLayout();
  /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...]

Completed in 66 milliseconds