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

  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 8 #include "GrConvexPolyEffect.h"
36 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
41 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>();
73 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>();
83 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
91 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType type,
162 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType edgeType
    [all...]
GrConvexPolyEffect.h 24 class GrConvexPolyEffect : public GrFragmentProcessor {
46 return std::unique_ptr<GrFragmentProcessor>(new GrConvexPolyEffect(edgeType, n, edges));
60 ~GrConvexPolyEffect() override;
73 GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]);
74 GrConvexPolyEffect(const GrConvexPolyEffect&);
GrRRectEffect.cpp 10 #include "GrConvexPolyEffect.h"
    [all...]
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp 8 #include "GrConvexPolyEffect.h"
36 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
41 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>();
72 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>();
82 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
90 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType type,
161 std::unique_ptr<GrFragmentProcessor> GrConvexPolyEffect::Make(GrClipEdgeType edgeType
    [all...]
GrConvexPolyEffect.h 24 class GrConvexPolyEffect : public GrFragmentProcessor {
46 return std::unique_ptr<GrFragmentProcessor>(new GrConvexPolyEffect(edgeType, n, edges));
60 ~GrConvexPolyEffect() override;
73 GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]);
74 GrConvexPolyEffect(const GrConvexPolyEffect&);
GrRRectEffect.cpp 10 #include "GrConvexPolyEffect.h"
675 return GrConvexPolyEffect::Make(edgeType, rrect.getBounds());
    [all...]
  /external/skia/gm/
convexpolyeffect.cpp 24 #include "effects/GrConvexPolyEffect.h"
146 for (int i = 0; i < GrConvexPolyEffect::kMaxEdges; ++i) {
147 SkScalar angle = 2 * SK_ScalarPI * i / GrConvexPolyEffect::kMaxEdges;
202 std::unique_ptr<GrFragmentProcessor> fp(GrConvexPolyEffect::Make(edgeType, p));
242 std::unique_ptr<GrFragmentProcessor> fp(GrConvexPolyEffect::Make(edgeType, rect));
  /external/skqp/gm/
convexpolyeffect.cpp 22 #include "effects/GrConvexPolyEffect.h"
140 for (int i = 0; i < GrConvexPolyEffect::kMaxEdges; ++i) {
141 SkScalar angle = 2 * SK_ScalarPI * i / GrConvexPolyEffect::kMaxEdges;
207 std::unique_ptr<GrFragmentProcessor> fp(GrConvexPolyEffect::Make(edgeType, p));
247 std::unique_ptr<GrFragmentProcessor> fp(GrConvexPolyEffect::Make(edgeType, rect));
  /external/skia/src/gpu/
GrReducedClip.cpp 26 #include "effects/GrConvexPolyEffect.h"
654 if (auto fp = GrConvexPolyEffect::Make(GetClipEdgeType(invert, aa), deviceSpacePath)) {
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 26 #include "effects/GrConvexPolyEffect.h"
654 if (auto fp = GrConvexPolyEffect::Make(GetClipEdgeType(invert, aa), deviceSpacePath)) {
    [all...]

Completed in 439 milliseconds