Home | History | Annotate | Download | only in tests

Lines Matching defs:edgeType

48     enum EdgeType {
54 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot,
65 EdgeType edgeType(Side side) const { return fTypes[side]; }
100 static const char* ToStr(EdgeType type) {
109 EdgeType fTypes[4];
140 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous,
189 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft);
199 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop);
209 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight);
219 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot);