Searched refs:EdgeType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE, enum in class:llvm::BallLarusEdge
146 EdgeType getType() const;
149 void setType(EdgeType type);
187 EdgeType _edgeType;
/external/skia/include/core/
H A DSkCanvas.h387 enum EdgeType { enum in class:SkCanvas
403 @param et specifies how to treat the edges (see EdgeType)
407 bool quickReject(const SkRect& rect, EdgeType et) const;
416 @param et specifies how to treat the edges (see EdgeType)
420 bool quickReject(const SkPath& path, EdgeType et) const;
432 bool quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const {
448 bool getClipBounds(SkRect* bounds, EdgeType et = kAA_EdgeType) const;
1016 const SkRectCompareType& getLocalClipBoundsCompareType(EdgeType et) const {
1031 void computeLocalClipBoundsCompareType(EdgeType et) const;
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp178 BallLarusEdge::EdgeType BallLarusEdge::getType() const {
183 void BallLarusEdge::setType(EdgeType type) {
/external/skia/src/core/
H A DSkCanvas.cpp52 static SkCanvas::EdgeType paint2EdgeType(const SkPaint* paint) {
1157 void SkCanvas::computeLocalClipBoundsCompareType(EdgeType et) const {
1176 bool SkCanvas::quickReject(const SkRect& rect, EdgeType et) const {
1209 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const {
1224 bool SkCanvas::getClipBounds(SkRect* bounds, EdgeType et) const {

Completed in 100 milliseconds