Searched refs:GrPrimitiveEdgeType (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrBezierEffect.h | 63 const GrPrimitiveEdgeType edgeType, 99 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 114 GrConicEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType, 121 GrPrimitiveEdgeType fEdgeType; 145 const GrPrimitiveEdgeType edgeType, 181 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 196 GrQuadEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType, 203 GrPrimitiveEdgeType fEdgeType; 229 const GrPrimitiveEdgeType edgeType, in Create() 259 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() [all …]
|
D | GrOvalEffect.cpp | 21 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius); 34 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 37 CircleEffect(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius); 45 GrPrimitiveEdgeType fEdgeType; 52 GrFragmentProcessor* CircleEffect::Create(GrPrimitiveEdgeType edgeType, const SkPoint& center, in Create() 62 CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r) in CircleEffect() 87 GrPrimitiveEdgeType et; in TestCreate() 89 et = (GrPrimitiveEdgeType)random->nextULessThan(kGrProcessorEdgeTypeCnt); in TestCreate() 200 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx, 214 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() [all …]
|
D | GrConvexPolyEffect.h | 41 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, int n, in Create() 54 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPath&, 60 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&); 66 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 77 GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]); 83 GrPrimitiveEdgeType fEdgeType;
|
D | GrConvexPolyEffect.cpp | 20 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create() 24 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 33 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect) in AARectEffect() 54 GrPrimitiveEdgeType fEdgeType; 74 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(random->nextULessThan( in TestCreate() 265 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType type, const SkPath& path, in Create() 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()
|
D | GrRRectEffect.cpp | 46 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, uint32_t circularCornerFlags, 61 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 64 CircularRRectEffect(GrPrimitiveEdgeType, uint32_t circularCornerFlags, const SkRRect&); 71 GrPrimitiveEdgeType fEdgeType; 79 GrFragmentProcessor* CircularRRectEffect::Create(GrPrimitiveEdgeType edgeType, in Create() 92 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags, in CircularRRectEffect() 122 GrPrimitiveEdgeType et = in TestCreate() 123 (GrPrimitiveEdgeType)random->nextULessThan(kGrProcessorEdgeTypeCnt); in TestCreate() 391 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRRect&); 403 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() [all …]
|
D | GrBezierEffect.cpp | 63 GrPrimitiveEdgeType fEdgeType; 201 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix) in GrConicEffect() 231 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() 292 GrPrimitiveEdgeType fEdgeType; 416 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix) in GrQuadEffect() 446 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() 495 GrPrimitiveEdgeType fEdgeType; 646 GrPrimitiveEdgeType edgeType) in GrCubicEffect() 673 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate()
|
D | GrOvalEffect.h | 21 GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&);
|
D | GrRRectEffect.h | 23 GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRRect&);
|
/external/skia/include/gpu/ |
D | GrTypesPriv.h | 200 enum GrPrimitiveEdgeType { enum 212 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/ |
D | convexpolyeffect.cpp | 181 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() 230 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw()
|
D | beziereffects.cpp | 163 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw() 311 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw() 551 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw()
|
D | rrects.cpp | 113 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw()
|
/external/skia/src/gpu/ |
D | GrClipMaskManager.cpp | 156 GrPrimitiveEdgeType edgeType; in installClipEffects()
|
D | GrOvalRenderer.cpp | 1452 GrPrimitiveEdgeType edgeType = applyAA ? in drawDRRect() 1476 GrPrimitiveEdgeType edgeType = applyAA ? kFillAA_GrProcessorEdgeType : in drawDRRect()
|