Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp20 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create()
33 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect) in AARectEffect()
74 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(random->nextULessThan( in TestCreate() local
316 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create()
338 GrConvexPolyEffect::GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
376 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
DGrOvalEffect.cpp52 GrFragmentProcessor* CircleEffect::Create(GrPrimitiveEdgeType edgeType, const SkPoint& center, in Create()
62 CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r) in CircleEffect()
232 GrFragmentProcessor* EllipseEffect::Create(GrPrimitiveEdgeType edgeType, in Create()
244 EllipseEffect::EllipseEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar rx, SkScalar … in EllipseEffect()
385 GrFragmentProcessor* GrOvalEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& oval) { in Create()
DGrRRectEffect.cpp79 GrFragmentProcessor* CircularRRectEffect::Create(GrPrimitiveEdgeType edgeType, in Create()
92 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags, in CircularRRectEffect()
421 EllipticalRRectEffect::Create(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) { in Create()
432 EllipticalRRectEffect::EllipticalRRectEffect(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) in EllipticalRRectEffect()
647 GrFragmentProcessor* GrRRectEffect::Create(GrPrimitiveEdgeType edgeType, const SkRRect& rrect) { in Create()
DGrBezierEffect.cpp201 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix) in GrConicEffect()
231 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
416 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix) in GrQuadEffect()
446 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
646 GrPrimitiveEdgeType edgeType) in GrCubicEffect()
673 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() local
DGrConvexPolyEffect.h41 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, int n, in Create()
DGrBezierEffect.h229 const GrPrimitiveEdgeType edgeType, in Create()
/external/skia/include/gpu/
DGrTypesPriv.h212 static inline bool GrProcessorEdgeTypeIsFill(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsFill()
216 static inline bool GrProcessorEdgeTypeIsInverseFill(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsInverseFill()
221 static inline bool GrProcessorEdgeTypeIsAA(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsAA()
225 static inline GrPrimitiveEdgeType GrInvertProcessorEdgeType(const GrPrimitiveEdgeType edgeType) { in GrInvertProcessorEdgeType()
/external/skia/gm/
Dconvexpolyeffect.cpp181 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
230 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
Drrects.cpp113 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() local
Dbeziereffects.cpp155 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
303 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
543 for(int edgeType = 0; edgeType < kGrProcessorEdgeTypeCnt; ++edgeType) { in onDraw() local
/external/skia/src/gpu/
DGrClipMaskManager.cpp156 GrPrimitiveEdgeType edgeType; in installClipEffects() local
DGrOvalRenderer.cpp1452 GrPrimitiveEdgeType edgeType = applyAA ? in drawDRRect() local
1476 GrPrimitiveEdgeType edgeType = applyAA ? kFillAA_GrProcessorEdgeType : in drawDRRect() local