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 22 class SkStackViewLayout : public SkView::Layout {
24 SkStackViewLayout();
  /external/skia/src/views/
SkStackViewLayout.cpp 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
    [all...]

Completed in 5617 milliseconds