HomeSort by relevance Sort by last modified time
    Searched refs:GrPrimitiveEdgeType (Results 1 - 15 of 15) sorted by null

  /external/skia/src/gpu/effects/
GrOvalEffect.h 21 GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&);
GrRRectEffect.h 23 GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRRect&);
GrConvexPolyEffect.h 41 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, int n,
54 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPath&,
60 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&);
66 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
73 GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]);
83 GrPrimitiveEdgeType fEdgeType;
GrBezierEffect.h 63 const GrPrimitiveEdgeType edgeType,
98 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
111 GrConicEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType,
119 GrPrimitiveEdgeType fEdgeType;
143 const GrPrimitiveEdgeType edgeType,
178 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
191 GrQuadEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType,
199 GrPrimitiveEdgeType fEdgeType;
225 const GrPrimitiveEdgeType edgeType,
253 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType;
    [all...]
GrOvalEffect.cpp 22 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius);
31 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
34 CircleEffect(GrPrimitiveEdgeType, const SkPoint& center, SkScalar radius);
46 GrPrimitiveEdgeType fEdgeType;
53 GrFragmentProcessor* CircleEffect::Create(GrPrimitiveEdgeType edgeType, const SkPoint& center,
63 CircleEffect::CircleEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar r)
85 GrPrimitiveEdgeType et;
87 et = (GrPrimitiveEdgeType)d->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
186 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx,
196 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType;
    [all...]
GrConvexPolyEffect.cpp 21 static GrFragmentProcessor* Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) {
25 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
32 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect)
55 GrPrimitiveEdgeType fEdgeType;
72 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
239 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType type, const SkPath& path,
290 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect) {
312 GrConvexPolyEffect::GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[])
347 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>
    [all...]
GrRRectEffect.cpp 48 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, uint32_t circularCornerFlags,
59 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
62 CircularRRectEffect(GrPrimitiveEdgeType, uint32_t circularCornerFlags, const SkRRect&);
73 GrPrimitiveEdgeType fEdgeType;
81 GrFragmentProcessor* CircularRRectEffect::Create(GrPrimitiveEdgeType edgeType,
94 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags,
121 GrPrimitiveEdgeType et =
122 (GrPrimitiveEdgeType)d->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
390 static GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRRect&);
398 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType;
    [all...]
GrBezierEffect.cpp 63 GrPrimitiveEdgeType fEdgeType;
256 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix,
278 GrPrimitiveEdgeType edgeType =
279 static_cast<GrPrimitiveEdgeType>(
337 GrPrimitiveEdgeType fEdgeType;
472 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix,
494 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
541 GrPrimitiveEdgeType fEdgeType;
704 GrPrimitiveEdgeType edgeType
    [all...]
  /external/skia/include/gpu/
GrTypesPriv.h 326 enum GrPrimitiveEdgeType {
338 static inline bool GrProcessorEdgeTypeIsFill(const GrPrimitiveEdgeType edgeType) {
342 static inline bool GrProcessorEdgeTypeIsInverseFill(const GrPrimitiveEdgeType edgeType) {
347 static inline bool GrProcessorEdgeTypeIsAA(const GrPrimitiveEdgeType edgeType) {
351 static inline GrPrimitiveEdgeType GrInvertProcessorEdgeType(const GrPrimitiveEdgeType edgeType) {
  /external/skia/gm/
bigrrectaaeffect.cpp 69 static const GrPrimitiveEdgeType kEdgeTypes[] = {
75 GrPrimitiveEdgeType edgeType = kEdgeTypes[et];
convexpolyeffect.cpp 189 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
235 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
beziereffects.cpp 164 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType;
307 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType;
544 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType;
rrects.cpp 127 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
  /external/skia/src/gpu/
GrClipMaskManager.cpp 235 GrPrimitiveEdgeType edgeType;
    [all...]
SkGpuDevice.cpp 570 GrPrimitiveEdgeType innerEdgeType = applyAA ? kInverseFillAA_GrProcessorEdgeType :
572 GrPrimitiveEdgeType outerEdgeType = applyAA ? kFillAA_GrProcessorEdgeType :
    [all...]

Completed in 2913 milliseconds