Home
last modified time | relevance | path

Searched refs:EdgeType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DPathNumbering.h132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE, enum
146 EdgeType getType() const;
149 void setType(EdgeType type);
187 EdgeType _edgeType;
/external/skia/include/core/
DSkCanvas.h308 enum EdgeType { enum
328 bool quickReject(const SkRect& rect, EdgeType et) const;
341 bool quickReject(const SkPath& path, EdgeType et) const;
353 bool quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const;
360 bool getClipBounds(SkRect* bounds, EdgeType et = kAA_EdgeType) const;
860 const SkRectCompareType& getLocalClipBoundsCompareType(EdgeType et) const { in getLocalClipBoundsCompareType()
875 void computeLocalClipBoundsCompareType(EdgeType et) const;
/external/llvm/lib/Analysis/
DPathNumbering.cpp178 BallLarusEdge::EdgeType BallLarusEdge::getType() const { in getType()
183 void BallLarusEdge::setType(EdgeType type) { in setType()
/external/skia/src/core/
DSkCanvas.cpp59 static SkCanvas::EdgeType paint2EdgeType(const SkPaint* paint) { in paint2EdgeType()
1039 void SkCanvas::computeLocalClipBoundsCompareType(EdgeType et) const { in computeLocalClipBoundsCompareType()
1058 bool SkCanvas::quickReject(const SkRect& rect, EdgeType et) const { in quickReject()
1091 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const { in quickReject()
1095 bool SkCanvas::quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const { in quickRejectY()
1119 bool SkCanvas::getClipBounds(SkRect* bounds, EdgeType et) const { in getClipBounds()
/external/llvm/test/FrontendC++/
D2008-10-29-WrongOffset.cpp177 VertexType, EdgeType, FaceType, CellType enumerator