Searched refs:GrPrimitiveEdgeType (Results 1 – 15 of 15) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrBezierEffect.h | 63 const GrPrimitiveEdgeType edgeType, 98 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 111 GrConicEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType, 119 GrPrimitiveEdgeType fEdgeType; 143 const GrPrimitiveEdgeType edgeType, 178 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 191 GrQuadEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType, 199 GrPrimitiveEdgeType fEdgeType; 225 const GrPrimitiveEdgeType edgeType, in Create() 253 inline 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() 73 GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]); 83 GrPrimitiveEdgeType fEdgeType;
|
D | GrOvalEffect.cpp | 22 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius); 31 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 34 CircleEffect(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius); 46 GrPrimitiveEdgeType fEdgeType; 53 GrFragmentProcessor* CircleEffect::Create(GrPrimitiveEdgeType edgeType, const SkPoint& center, in Create() 63 CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r) in CircleEffect() 85 GrPrimitiveEdgeType et; in TestCreate() 87 et = (GrPrimitiveEdgeType)d->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt); in TestCreate() 186 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx, 196 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() [all …]
|
D | GrConvexPolyEffect.cpp | 21 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Create() 25 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 32 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect) in AARectEffect() 55 GrPrimitiveEdgeType fEdgeType; 72 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() 239 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType type, const SkPath& path, in Create() 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()
|
D | GrRRectEffect.cpp | 48 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, uint32_t circularCornerFlags, 59 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() 62 CircularRRectEffect(GrPrimitiveEdgeType, uint32_t circularCornerFlags, const SkRRect&); 73 GrPrimitiveEdgeType fEdgeType; 81 GrFragmentProcessor* CircularRRectEffect::Create(GrPrimitiveEdgeType edgeType, in Create() 94 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags, in CircularRRectEffect() 121 GrPrimitiveEdgeType et = in TestCreate() 122 (GrPrimitiveEdgeType)d->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt); in TestCreate() 390 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRRect&); 398 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() [all …]
|
D | GrBezierEffect.cpp | 63 GrPrimitiveEdgeType fEdgeType; 256 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix, in GrConicEffect() 278 GrPrimitiveEdgeType edgeType = in TestCreate() 279 static_cast<GrPrimitiveEdgeType>( in TestCreate() 337 GrPrimitiveEdgeType fEdgeType; 472 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix, in GrQuadEffect() 494 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>( in TestCreate() 541 GrPrimitiveEdgeType fEdgeType; 704 GrPrimitiveEdgeType edgeType) in GrCubicEffect() 722 GrPrimitiveEdgeType edgeType = in TestCreate() [all …]
|
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 | 326 enum GrPrimitiveEdgeType { enum 338 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/ |
D | convexpolyeffect.cpp | 189 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw() 235 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw()
|
D | bigrrectaaeffect.cpp | 69 static const GrPrimitiveEdgeType kEdgeTypes[] = { in onDraw() 75 GrPrimitiveEdgeType edgeType = kEdgeTypes[et]; in onDraw()
|
D | beziereffects.cpp | 164 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw() 307 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw() 544 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType; in onDraw()
|
D | rrects.cpp | 127 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et; in onDraw()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 570 GrPrimitiveEdgeType innerEdgeType = applyAA ? kInverseFillAA_GrProcessorEdgeType : in drawFilledDRRect() 572 GrPrimitiveEdgeType outerEdgeType = applyAA ? kFillAA_GrProcessorEdgeType : in drawFilledDRRect()
|
D | GrClipMaskManager.cpp | 235 GrPrimitiveEdgeType edgeType; in getAnalyticClipProcessor()
|