Home
last modified time | relevance | path

Searched defs:edgeType (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp21 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create()
32 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect) in AARectEffect()
72 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
290 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create()
312 GrConvexPolyEffect::GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
347 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
DGrOvalEffect.cpp53 GrFragmentProcessor* CircleEffect::Create(GrPrimitiveEdgeType edgeType, const SkPoint& center, in Create()
63 CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r) in CircleEffect()
218 GrFragmentProcessor* EllipseEffect::Create(GrPrimitiveEdgeType edgeType, in Create()
230 EllipseEffect::EllipseEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar rx, SkScalar … in EllipseEffect()
394 GrFragmentProcessor* GrOvalEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& oval) { in Create()
DGrBezierEffect.cpp256 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix, in GrConicEffect()
278 GrPrimitiveEdgeType edgeType = in TestCreate() local
472 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix, in GrQuadEffect()
494 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
704 GrPrimitiveEdgeType edgeType) in GrCubicEffect()
722 GrPrimitiveEdgeType edgeType = in TestCreate() local
DGrRRectEffect.cpp81 GrFragmentProcessor* CircularRRectEffect::Create(GrPrimitiveEdgeType edgeType, in Create()
94 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags, in CircularRRectEffect()
420 EllipticalRRectEffect::Create(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) { in Create()
431 EllipticalRRectEffect::EllipticalRRectEffect(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) in EllipticalRRectEffect()
683 GrFragmentProcessor* GrRRectEffect::Create(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) { in Create()
DGrConvexPolyEffect.h41 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, int n, in Create()
DGrBezierEffect.h225 const GrPrimitiveEdgeType edgeType, in Create()
/external/skia/include/gpu/
DGrTypesPriv.h338 static inline bool GrProcessorEdgeTypeIsFill(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsFill()
342 static inline bool GrProcessorEdgeTypeIsInverseFill(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsInverseFill()
347 static inline bool GrProcessorEdgeTypeIsAA(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsAA()
351 static inline GrPrimitiveEdgeType GrInvertProcessorEdgeType(const GrPrimitiveEdgeType edgeType) { in GrInvertProcessorEdgeType()
/external/skia/gm/
Dconvexpolyeffect.cpp189 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
235 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
Dbigrrectaaeffect.cpp75 GrPrimitiveEdgeType edgeType = kEdgeTypes[et]; in onDraw() local
Drrects.cpp127 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
Dbeziereffects.cpp162 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
305 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
542 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
/external/skia/src/gpu/
DGrClipMaskManager.cpp235 GrPrimitiveEdgeType edgeType; in getAnalyticClipProcessor() local